Ddded kmath prefix to module names.
This commit is contained in:
parent
f28f036fec
commit
717c4260f9
@ -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"
|
@ -1,4 +1,4 @@
|
||||
rootProject.name = 'kmath'
|
||||
include 'common'
|
||||
include 'jvm'
|
||||
include 'kmath-common'
|
||||
include 'kmath-jvm'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user