mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1500 App | Tech | Update Kotlin to 1.7.20 (#156)
This commit is contained in:
parent
35ecb8a69f
commit
139cf23e03
5 changed files with 6 additions and 5 deletions
|
@ -106,7 +106,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion libs.versions.androidxComposeVersion1.get()
|
||||
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
|
|
@ -11,7 +11,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion libs.versions.androidxComposeVersion1.get()
|
||||
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.27.8"
|
||||
kotlinVersion = '1.7.10'
|
||||
kotlinVersion = '1.7.20'
|
||||
androidxCoreVersion = "1.10.1"
|
||||
androidxComposeVersion1 = '1.3.1'
|
||||
androidxComposeVersion2 = '1.3.2'
|
||||
androidxCompose3Version = '1.1.0'
|
||||
composeKotlinCompilerVersion = '1.3.2'
|
||||
activityComposeVersion = '1.7.2'
|
||||
composeReorderableVersion = '0.9.6'
|
||||
accompanistVersion = "0.29.1-alpha"
|
||||
|
|
|
@ -44,7 +44,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion libs.versions.androidxComposeVersion1.get()
|
||||
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ android {
|
|||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion libs.versions.androidxComposeVersion1.get()
|
||||
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue