2020-08-22 12:49:21 +03:00
|
|
|
plugins { id("scientifik.mpp") }
|
2019-07-14 18:22:22 +03:00
|
|
|
|
2019-08-07 21:47:50 +03:00
|
|
|
kotlin.sourceSets {
|
2020-08-22 12:49:21 +03:00
|
|
|
all { languageSettings.useExperimentalAnnotation("kotlin.contracts.ExperimentalContracts") }
|
|
|
|
commonMain { dependencies { api(project(":kmath-core")) } }
|
|
|
|
}
|