kmath/settings.gradle

15 lines
305 B
Groovy
Raw Normal View History

2018-09-30 17:18:04 +03:00
pluginManagement {
repositories {
mavenCentral()
2018-10-26 20:14:07 +03:00
maven { url = 'http://dl.bintray.com/kotlin/kotlin-eap' }
2018-09-30 17:18:04 +03:00
maven { url = 'https://plugins.gradle.org/m2/' }
}
}
enableFeaturePreview('GRADLE_METADATA')
rootProject.name = 'kmath'
2018-09-30 17:18:04 +03:00
include ':kmath-core'
2018-10-26 17:45:41 +03:00
include ':kmath-jmh'