kmath/settings.gradle

14 lines
284 B
Groovy
Raw Normal View History

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