Changes for upcoming GSL extension project #148

Merged
CommanderTvis merged 98 commits from gsl-experiment into dev 2021-02-19 13:34:27 +03:00
Showing only changes of commit 443af750a4 - Show all commits

View File

@ -39,6 +39,7 @@ kotlin {
kotlin.srcDirs(files().builtBy(codegen))
dependencies {
api(project(":kmath-complex"))
api(project(":kmath-core"))
}
}