Skip to content

Commit

Permalink
build: Use KSP for Room
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Sep 2, 2023
1 parent dccf0f5 commit cb65406
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 @@ -131,7 +131,7 @@ dependencies {

// Room
val roomVersion = "2.5.2"
kapt("androidx.room:room-compiler:$roomVersion")
ksp("androidx.room:room-compiler:$roomVersion")
implementation("androidx.room:room-ktx:$roomVersion")

// Work
Expand Down

0 comments on commit cb65406

Please sign in to comment.