-
- All Implemented Interfaces:
public class BuildKotlinToolingMetadataTask.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdefaultTaskNamepublic final static BuildKotlinToolingMetadataTask.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringtaskNameForKotlinModule(String moduleName)The name of the default FromKpmModule task of the given GradleKpmModule's name final StringgetDefaultTaskName()The name of the default task managed by the Kotlin Gradle plugin. -
-
Method Detail
-
taskNameForKotlinModule
final String taskNameForKotlinModule(String moduleName)
The name of the default FromKpmModule task of the given GradleKpmModule's name
-
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.
-
-
-
-