Skip to content

Commit

Permalink
build: update deprecated gradle feature usages
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jan 3, 2024
1 parent 4d6a4ec commit da8cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {

kotlin {
sourceSets.configureEach {
kotlin.srcDir("$buildDir/generated/ksp/$name/kotlin/")
kotlin.srcDir(layout.buildDirectory.dir("generated/ksp/$name/kotlin"))
}
}

Expand Down

0 comments on commit da8cc7a

Please sign in to comment.