1
0
Fork 0
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:
Evgenii Kozlov 2023-07-10 16:26:19 +02:00 committed by uburoiubu
parent 35ecb8a69f
commit 139cf23e03
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
5 changed files with 6 additions and 5 deletions

View file

@ -44,7 +44,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion libs.versions.androidxComposeVersion1.get()
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
}
}