[kpm] IdeaKpmBuildProjectModelTask: Add comment to signal that this is an internal task
^KT-52568 Verification Pending
This commit is contained in:
committed by
Space
parent
a12c938100
commit
2f6a8551ac
+3
@@ -23,6 +23,9 @@ internal fun Project.locateOrRegisterIdeaKpmBuildProjectModelTask(): TaskProvide
|
||||
return locateOrRegisterTask(IdeaKpmBuildProjectModelTask.defaultTaskName)
|
||||
}
|
||||
|
||||
/**
|
||||
* Internal Task used for troubleshooting/debugging/diagnosing IdeaKpm model building.
|
||||
*/
|
||||
internal open class IdeaKpmBuildProjectModelTask : DefaultTask() {
|
||||
@OutputDirectory
|
||||
val outputDirectory = project.buildDir.resolve("ideaKpmProjectModel")
|
||||
|
||||
Reference in New Issue
Block a user