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

* DROID-515 App | Tech | Update dependencies * DROID-515 Editor | Fix | Fix ff video buttons * DROID-453 Editor | Fix | Unmerge
8 lines
No EOL
114 B
Groovy
8 lines
No EOL
114 B
Groovy
plugins {
|
|
id "kotlin"
|
|
}
|
|
|
|
dependencies {
|
|
implementation libs.kotlin
|
|
implementation libs.mockitoKotlin
|
|
} |