kmath/settings.gradle.kts

20 lines
380 B
Plaintext
Raw Normal View History

pluginManagement {
repositories {
mavenCentral()
maven("https://plugins.gradle.org/m2/")
2019-01-26 19:38:18 +03:00
//maven ("https://dl.bintray.com/kotlin/kotlin-eap")
}
}
//enableFeaturePreview("GRADLE_METADATA")
rootProject.name = "kmath"
include(
2019-01-04 18:12:28 +03:00
":kmath-core",
":kmath-io",
":kmath-coroutines",
":kmath-commons",
":kmath-koma",
2019-01-04 18:12:28 +03:00
":benchmarks"
)