change from ksp to kapt
This commit is contained in:
parent
e08d508c41
commit
d3afb3e43c
|
@ -2,7 +2,7 @@ plugins {
|
||||||
id('com.android.application')
|
id('com.android.application')
|
||||||
id 'kotlin-android'
|
id 'kotlin-android'
|
||||||
id 'kotlin-kapt'
|
id 'kotlin-kapt'
|
||||||
id 'com.google.devtools.ksp'
|
// id 'com.google.devtools.ksp'
|
||||||
id('com.github.triplet.play') version '3.8.3' apply false
|
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.appcompat:appcompat:1.6.1"
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
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:glide:4.16.0"
|
||||||
implementation "com.github.bumptech.glide:okhttp3-integration:4.16.0@aar"
|
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:4.12.0"
|
||||||
implementation "com.squareup.okhttp3:okhttp-urlconnection:4.12.0"
|
implementation "com.squareup.okhttp3:okhttp-urlconnection:4.12.0"
|
||||||
|
|
|
@ -13,9 +13,9 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
//plugins {
|
||||||
id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false
|
// id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false
|
||||||
}
|
//}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in New Issue