Skip to content

Commit

Permalink
kapt to ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
srtvprateek committed Sep 13, 2023
1 parent 96be507 commit c3b6097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pluto/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'kotlin-kapt'
id 'com.google.devtools.ksp' version '1.8.21-1.0.11'
}

apply from: "$rootDir/scripts/build/utils.gradle"
Expand Down Expand Up @@ -67,5 +67,5 @@ dependencies {
implementation 'com.squareup.okio:okio:2.10.0'

implementation "com.squareup.moshi:moshi:$moshiVersion"
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
ksp "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
}

0 comments on commit c3b6097

Please sign in to comment.