Add kmath-complex reference

This commit is contained in:
Iaroslav Postovalov 2021-02-11 18:44:17 +07:00
parent 15b223a801
commit 443af750a4
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

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