kmath/kmath-commons-rng-part/build.gradle.kts

3 lines
123 B
Plaintext
Raw Normal View History

plugins { id("scientifik.mpp") }
kotlin.sourceSets { commonMain.get().dependencies { api(project(":kmath-coroutines")) } }