mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
18 lines
No EOL
266 B
Groovy
18 lines
No EOL
266 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 {}
|
|
}
|
|
|
|
android {
|
|
namespace 'com.anytypeio.anytype.protocol'
|
|
} |