Dev #11

Merged
altavir merged 7 commits from dev into master 2018-08-03 09:33:11 +03:00
12 changed files with 3 additions and 3 deletions
Showing only changes of commit 717c4260f9 - Show all commits

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'