Skip to content

Commit

Permalink
ksp config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Sep 14, 2024
1 parent eeb0ae7 commit 580d570
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ skie {
}

dependencies {
add("kspAndroid", libs.androidx.room.compiler)
add("kspIosSimulatorArm64", libs.androidx.room.compiler)
add("kspIosX64", libs.androidx.room.compiler)
add("kspIosArm64", libs.androidx.room.compiler)
add("kspJvm", libs.androidx.room.compiler)
ksp(libs.androidx.room.compiler)
}

room {
Expand Down

0 comments on commit 580d570

Please sign in to comment.