We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8090e9d commit 6ad58f8Copy full SHA for 6ad58f8
app/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'com.android.application'
3
id 'kotlin-android'
4
id 'kotlin-kapt'
5
- id 'com.google.devtools.ksp' version '1.6.0-1.0.2'
+ id 'com.google.devtools.ksp' version '1.6.10-1.0.2'
6
}
7
8
android {
build.gradle
@@ -2,7 +2,7 @@
buildscript {
- ext.kotlin_version = '1.6.0'
+ ext.kotlin_version = '1.6.10'
repositories {
google()
0 commit comments