27 lines
1.5 KiB
TOML
27 lines
1.5 KiB
TOML
|
[versions]
|
||
|
|
||
|
jsuikit = "0.0.15"
|
||
|
compose = "1.0.1"
|
||
|
microutils = "0.9.4"
|
||
|
|
||
|
[libraries]
|
||
|
|
||
|
jsuikit = { module = "dev.inmo:kjsuikit", version.ref = "jsuikit" }
|
||
|
|
||
|
microutils-common = { module = "dev.inmo:micro_utils.common", version.ref = "microutils" }
|
||
|
microutils-pagination-common = { module = "dev.inmo:micro_utils.pagination.common", version.ref = "microutils" }
|
||
|
microutils-fsm-common = { module = "dev.inmo:micro_utils.fsm.common", version.ref = "microutils" }
|
||
|
microutils-fsm-repos-common = { module = "dev.inmo:micro_utils.fsm.common", version.ref = "microutils" }
|
||
|
microutils-crypto = { module = "dev.inmo:micro_utils.crypto", version.ref = "microutils" }
|
||
|
microutils-repos-common = { module = "dev.inmo:micro_utils.repos.common", version.ref = "microutils" }
|
||
|
microutils-repos-ktor-client = { module = "dev.inmo:micro_utils.repos.ktor.client", version.ref = "microutils" }
|
||
|
microutils-repos-ktor-server = { module = "dev.inmo:micro_utils.repos.ktor.server", version.ref = "microutils" }
|
||
|
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
|
||
|
microutils-mimetypes = { module = "dev.inmo:micro_utils.mime_types", version.ref = "microutils" }
|
||
|
microutils-coroutines = { module = "dev.inmo:micro_utils.coroutines", version.ref = "microutils" }
|
||
|
microutils-serialization-typedserializer = { module = "dev.inmo:micro_utils.serialization.typed_serializer", version.ref = "microutils" }
|
||
|
|
||
|
[plugins]
|
||
|
|
||
|
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
|