mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1803 App | Tech | Kotlin + Library updates (#704)
This commit is contained in:
parent
232b634e48
commit
53fd8e9061
31 changed files with 172 additions and 949 deletions
|
@ -34,5 +34,12 @@ dependencies {
|
|||
}
|
||||
|
||||
android {
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
}
|
||||
namespace 'com.anytypeio.anytype.persistence'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue