Downgrade Kotlin to match AS plugin version

This commit is contained in:
Kirill Kamakin
2022-07-09 10:11:57 +02:00
parent cdcad620ad
commit aa02afb997

View File

@@ -11,7 +11,7 @@ ext {
hilt_version = "2.42"
// https://kotlinlang.org/docs/gradle.html
kotlin_version = "1.6.21"
kotlin_version = "1.6.10"
// https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
android_plugin_version = "7.2.1"