4 lines
85 B
Kotlin
4 lines
85 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
id("com.github.android-password-store.kotlin-library")
|
|
}
|