forked from kscience/kmath
3 lines
123 B
Plaintext
3 lines
123 B
Plaintext
|
plugins { id("scientifik.mpp") }
|
||
|
kotlin.sourceSets { commonMain.get().dependencies { api(project(":kmath-coroutines")) } }
|