Ddded kmath prefix to module names.
This commit is contained in:
parent
f28f036fec
commit
717c4260f9
@ -5,7 +5,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
expectedBy project(":common")
|
expectedBy project(":kmath-common")
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
testCompile "junit:junit:4.12"
|
testCompile "junit:junit:4.12"
|
||||||
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
@ -1,4 +1,4 @@
|
|||||||
rootProject.name = 'kmath'
|
rootProject.name = 'kmath'
|
||||||
include 'common'
|
include 'kmath-common'
|
||||||
include 'jvm'
|
include 'kmath-jvm'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user