2022-06-01 10:11:12 +03:00
|
|
|
plugins {
|
2024-08-03 21:26:50 +03:00
|
|
|
id("space.kscience.gradle.mpp")
|
2022-06-01 10:11:12 +03:00
|
|
|
`maven-publish`
|
|
|
|
}
|
|
|
|
|
2023-07-29 09:46:13 +03:00
|
|
|
kscience {
|
2024-08-03 21:26:50 +03:00
|
|
|
jvm()
|
2022-06-01 10:11:12 +03:00
|
|
|
useCoroutines()
|
2024-08-03 21:26:50 +03:00
|
|
|
jvmMain {
|
|
|
|
api(projects.magix.magixStorage)
|
|
|
|
implementation(libs.xodus.entity.store)
|
2023-07-29 09:46:13 +03:00
|
|
|
// implementation("org.jetbrains.xodus:dnq:2.0.0")
|
2022-06-01 10:11:12 +03:00
|
|
|
|
2024-08-03 21:26:50 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
jvmTest{
|
|
|
|
implementation(spclibs.kotlinx.coroutines.test)
|
|
|
|
}
|
2022-06-01 10:11:12 +03:00
|
|
|
}
|
|
|
|
|
2024-08-03 21:26:50 +03:00
|
|
|
|
2023-07-29 09:46:13 +03:00
|
|
|
readme {
|
2022-08-02 09:46:31 +03:00
|
|
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
2022-06-01 10:11:12 +03:00
|
|
|
}
|