Bump kotlin version

This commit is contained in:
Yogesh Choudhary Paliyal
2022-05-14 00:25:33 +05:30
parent 02083a5cf6
commit bfa59507a9
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
buildscript {
ext{
kotlin_version = "1.6.0"
kotlin_version = "1.6.10"
lifecycle_version = "2.4.1"
room_version = "2.4.2"
navigation_version = '2.4.1'

View File

@@ -29,6 +29,7 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
// namespace 'com.yogeshpaliyal.common'
}

View File

@@ -37,8 +37,8 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerVersion '1.5.21'
kotlinCompilerExtensionVersion = "1.1.1"
}
packagingOptions {
resources {