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