Skip to content

Commit 6f22cab

Browse files
authored
Update buildconfig task name
1 parent 3fe8b82 commit 6f22cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sourceSets {
5151
tasks {
5252
afterEvaluate {
5353
named("kspKotlin") {
54-
dependsOn(generateBuildConfig)
54+
dependsOn(generateBuildConfigClasses)
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)