Skip to content

Commit 6ad58f8

Browse files
committed
Upgrade kotlin to 1.6.10
1 parent 8090e9d commit 6ad58f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application'
33
id 'kotlin-android'
44
id 'kotlin-kapt'
5-
id 'com.google.devtools.ksp' version '1.6.0-1.0.2'
5+
id 'com.google.devtools.ksp' version '1.6.10-1.0.2'
66
}
77

88
android {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44

5-
ext.kotlin_version = '1.6.0'
5+
ext.kotlin_version = '1.6.10'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)