[PowerAssert] Integrate with build

^KT-63617 Fixed
This commit is contained in:
Brian Norman
2023-11-17 10:24:24 -06:00
committed by Space Team
parent c3a60b127e
commit aa34282efb
24 changed files with 655 additions and 30 deletions
+2
View File
@@ -521,6 +521,7 @@ val gradlePluginProjects = listOf(
":kotlin-gradle-plugin-tcs-android",
":kotlin-allopen",
":kotlin-noarg",
":kotlin-power-assert",
":kotlin-sam-with-receiver",
":kotlin-parcelize-compiler",
":kotlin-lombok",
@@ -880,6 +881,7 @@ tasks {
dependsOn(":kotlin-lombok-compiler-plugin:test")
dependsOn(":kotlin-noarg-compiler-plugin:test")
dependsOn(":kotlin-sam-with-receiver-compiler-plugin:test")
dependsOn(":kotlin-power-assert-compiler-plugin:test")
}
register("toolsTest") {