android13/external/dokka/runners/gradle-integration-tests/testData/androidLibDependsOnJavaLib/build.gradle

20 lines
561 B
Groovy
Raw Normal View History

2024-06-22 08:45:49 -04:00
subprojects {
buildscript {
repositories {
mavenCentral()
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
}
repositories {
mavenCentral()
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
}