1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-11 10:18:05 +09:00
anytype-kotlin/protocol/build.gradle
Mikhail 164e0eff61
DROID-515 Editor | Fix | Fix ff video buttons (#2769)
* DROID-515 App | Tech | Update dependencies

* DROID-515 Editor | Fix | Fix ff video buttons

* DROID-453 Editor | Fix | Unmerge
2022-12-19 20:14:51 +03:00

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 {}
}