Package 

Object BuildKotlinToolingMetadataTask.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String taskNameForKotlinModule(String moduleName) The name of the default FromKpmModule task of the given GradleKpmModule's name
      final String getDefaultTaskName() The name of the default task managed by the Kotlin Gradle plugin.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDefaultTaskName

         final String getDefaultTaskName()

        The name of the default task managed by the Kotlin Gradle plugin. If enabled, the Kotlin Gradle plugin will automatically register and manage a task with that name.