2021-11-27 00:52:14 +03:00
|
|
|
plugins {
|
2022-08-02 09:46:31 +03:00
|
|
|
id("space.kscience.gradle.jvm")
|
2021-11-27 00:52:14 +03:00
|
|
|
`maven-publish`
|
|
|
|
}
|
|
|
|
|
2022-06-01 10:11:12 +03:00
|
|
|
val kmongoVersion = "4.5.1"
|
2021-11-27 00:52:14 +03:00
|
|
|
|
|
|
|
dependencies {
|
2022-01-15 15:42:26 +03:00
|
|
|
implementation(projects.controlsStorage)
|
2021-11-27 00:52:14 +03:00
|
|
|
implementation("org.litote.kmongo:kmongo-coroutine-serialization:$kmongoVersion")
|
|
|
|
}
|
2022-01-18 18:25:40 +03:00
|
|
|
|
|
|
|
readme{
|
2022-08-02 09:46:31 +03:00
|
|
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
2022-01-18 18:25:40 +03:00
|
|
|
}
|