forked from kscience/kmath
Add missing dependency in examples
This commit is contained in:
parent
7faa48be58
commit
3528fa16db
@ -24,6 +24,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":kmath-ast"))
|
||||
implementation(project(":kmath-core"))
|
||||
implementation(project(":kmath-coroutines"))
|
||||
implementation(project(":kmath-commons"))
|
||||
|
Loading…
Reference in New Issue
Block a user