15 lines
350 B
Kotlin
15 lines
350 B
Kotlin
rootProject.name = "Cofront"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers")
|
|
maven("https://packages.confluent.io/maven/")
|
|
}
|
|
}
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
} |