Package 

Class KotlinOnlyTargetPreset

  • All Implemented Interfaces:
    org.gradle.api.Named , org.jetbrains.kotlin.gradle.plugin.KotlinTargetPreset

    
    public abstract class KotlinOnlyTargetPreset<R extends KotlinOnlyTarget<T>, T extends KotlinCompilation<?>>
     implements KotlinTargetPreset<R>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      R createTarget(String name)
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinOnlyTargetPreset

        KotlinOnlyTargetPreset(Project project)