[kpm] IdeaKpmBuildProjectModelTask: Change outputDirectory to IdeaKpmProject
^KT-52568 Verification Pending
This commit is contained in:
committed by
Space
parent
2f6a8551ac
commit
0b7c1f42f6
+2
-1
@@ -27,8 +27,9 @@ internal fun Project.locateOrRegisterIdeaKpmBuildProjectModelTask(): TaskProvide
|
||||
* Internal Task used for troubleshooting/debugging/diagnosing IdeaKpm model building.
|
||||
*/
|
||||
internal open class IdeaKpmBuildProjectModelTask : DefaultTask() {
|
||||
|
||||
@OutputDirectory
|
||||
val outputDirectory = project.buildDir.resolve("ideaKpmProjectModel")
|
||||
val outputDirectory = project.buildDir.resolve("IdeaKpmProject")
|
||||
|
||||
private val builder = project.pm20Extension.ideaKpmProjectModelBuilder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user