Skip to content

Commit

Permalink
Use ksp for room-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 6, 2024
1 parent 12fed70 commit 7a2116e
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 @@ -97,7 +97,7 @@ dependencies {
implementation("androidx.navigation:navigation-fragment-ktx:2.5.3")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.5.1")
implementation("androidx.room:room-runtime:2.5.1")
kapt("androidx.room:room-compiler:2.5.1")
ksp("androidx.room:room-compiler:2.5.1")

//3rd party libs
implementation("com.intuit.sdp:sdp-android:1.0.6")
Expand Down

0 comments on commit 7a2116e

Please sign in to comment.