1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-503 App | Tech | Upgrade to Kotlin 2.0 (#1328)

This commit is contained in:
Konstantin Ivanov 2024-06-26 17:28:04 +02:00 committed by GitHub
parent c27a21282b
commit b52709684d
Signed by: github
GPG key ID: B5690EEEBB952194
10 changed files with 34 additions and 46 deletions

View file

@ -1,6 +1,7 @@
plugins {
id "com.android.library"
id "kotlin-android"
alias(libs.plugins.compose.compiler)
}
android {
@ -8,9 +9,6 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
}
namespace 'com.anytypeio.anytype.payments'
testOptions {