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:
parent
c27a21282b
commit
b52709684d
10 changed files with 34 additions and 46 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue