2020-08-08 15:51:04 +07:00
|
|
|
plugins { id("scientifik.mpp") }
|
2019-01-26 19:38:18 +03:00
|
|
|
|
2019-04-23 18:07:36 +08:00
|
|
|
kotlin.sourceSets {
|
2020-08-22 16:49:21 +07:00
|
|
|
all { languageSettings.useExperimentalAnnotation("kotlin.contracts.ExperimentalContracts") }
|
|
|
|
commonMain { dependencies { api(project(":kmath-memory")) } }
|
2020-06-05 22:05:16 +07:00
|
|
|
}
|