From d3afb3e43c1a9362a493f47f69dc4be5f4da824f Mon Sep 17 00:00:00 2001 From: Xilin Jia <6257601+XilinJia@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:18:05 +0000 Subject: [PATCH] change from ksp to kapt --- app/build.gradle | 6 +++--- build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac96a066..5ad1a69b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { id('com.android.application') id 'kotlin-android' id 'kotlin-kapt' - id 'com.google.devtools.ksp' +// id 'com.google.devtools.ksp' id('com.github.triplet.play') version '3.8.3' apply false } @@ -220,7 +220,7 @@ dependencies { } } - ksp "androidx.annotation:annotation:1.7.1" + kapt "androidx.annotation:annotation:1.7.1" implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' @@ -247,7 +247,7 @@ dependencies { implementation "com.github.bumptech.glide:glide:4.16.0" implementation "com.github.bumptech.glide:okhttp3-integration:4.16.0@aar" - ksp "com.github.bumptech.glide:ksp:4.16.0" + kapt "com.github.bumptech.glide:ksp:4.16.0" implementation "com.squareup.okhttp3:okhttp:4.12.0" implementation "com.squareup.okhttp3:okhttp-urlconnection:4.12.0" diff --git a/build.gradle b/build.gradle index 657f240a..48fca8c2 100644 --- a/build.gradle +++ b/build.gradle @@ -13,9 +13,9 @@ buildscript { } } -plugins { - id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false -} +//plugins { +// id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false +//} allprojects { repositories {