Ddded kmath prefix to module names.

This commit is contained in:
Alexander Nozik 2018-08-03 09:07:35 +03:00
parent f28f036fec
commit 717c4260f9
12 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ repositories {
}
dependencies {
expectedBy project(":common")
expectedBy project(":kmath-common")
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testCompile "junit:junit:4.12"
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"

View File

@ -1,4 +1,4 @@
rootProject.name = 'kmath'
include 'common'
include 'jvm'
include 'kmath-common'
include 'kmath-jvm'