Skip to content

Commit

Permalink
Remove KaptUsageInsteadOfKsp suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Nov 29, 2023
1 parent 99cdd7b commit 19c5bcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,12 @@ dependencies {
implementation("com.google.android.material:material:1.11.0-rc01")
// Room
implementation("androidx.room:room-runtime:2.6.1")
//noinspection KaptUsageInsteadOfKsp
ksp("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
// Okio
implementation("com.squareup.okio:okio:3.6.0")
// Moshi
implementation("com.squareup.moshi:moshi:1.15.0")
//noinspection KaptUsageInsteadOfKsp
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
// Retrofit
implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit 19c5bcb

Please sign in to comment.