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 16, 2024
1 parent 5b669b8 commit 42bc195
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 42bc195

Please sign in to comment.