Some checks are pending
Repo / Label merge conflict / Triage (push) Waiting to run
9 lines
132 B
Kotlin
9 lines
132 B
Kotlin
include(":app")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
}
|