mirror of
https://github.com/reactivedroid/TvFlix.git
synced 2025-05-17 13:25:55 +08:00
13 lines
149 B
Plaintext
13 lines
149 B
Plaintext
repositories {
|
|
jcenter()
|
|
}
|
|
|
|
plugins {
|
|
`kotlin-dsl`
|
|
`java-gradle-plugin`
|
|
}
|
|
|
|
kotlinDslPluginOptions {
|
|
experimentalWarning.set(false)
|
|
}
|