Skip to content

Commit 9e0e825

Browse files
committed
Enable build config task
1 parent dddf4e7 commit 9e0e825

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ publishing {
113113
// useJUnitPlatform()
114114
//}
115115

116-
//tasks.named("compileKotlin") {
117-
// dependsOn(generateBuildConfig)
118-
//}
116+
tasks.matching { it.name.startsWith("compileKotlin") }
117+
.configureEach {
118+
dependsOn(generateBuildConfig)
119+
}

0 commit comments

Comments
 (0)