2021-11-27 00:52:14 +03:00
|
|
|
plugins {
|
|
|
|
id("ru.mipt.npm.gradle.jvm")
|
|
|
|
`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{
|
|
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
|
|
}
|