mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-11 10:18:05 +09:00

* DROID-515 App | Tech | Update dependencies * DROID-515 Editor | Fix | Fix ff video buttons * DROID-453 Editor | Fix | Unmerge
14 lines
No EOL
206 B
Groovy
14 lines
No EOL
206 B
Groovy
plugins {
|
|
id "com.android.library"
|
|
id "kotlin-android"
|
|
id "com.squareup.wire"
|
|
}
|
|
|
|
dependencies {
|
|
implementation libs.kotlin
|
|
}
|
|
|
|
wire {
|
|
protoPath { srcDir 'src/main/proto' }
|
|
kotlin {}
|
|
} |