mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-30 09:01:31 +02:00
12 lines
124 B
Text
12 lines
124 B
Text
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
|
|
kotlinDslPluginOptions {
|
|
experimentalWarning.set(false)
|
|
}
|