Skip to content

Commit 50a7dec

Browse files
author
Oleksandr Dzhychko
committed
build(deps): remove org.jetbrains.kotlinx-kotlinx-collections-immutable
1 parent 9b29ceb commit 50a7dec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

model-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ kotlin {
2929
api(project(":modelql-core"))
3030
implementation(kotlin("stdlib-common"))
3131
implementation(libs.modelix.incremental)
32-
implementation(libs.kotlin.collections.immutable)
3332
implementation(libs.kotlin.coroutines.core)
3433
implementation(libs.kotlin.logging)
3534
implementation(libs.kotlin.datetime)

model-datastructure/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ kotlin {
1111
api(project(":model-api"))
1212
// api(project(":model-server-api"))
1313
// kotlin("stdlib-common")
14-
// implementation(libs.kotlin.collections.immutable)
1514
// implementation(libs.kotlin.coroutines.core)
1615
implementation(libs.kotlin.logging)
1716
implementation(libs.kotlin.datetime)

0 commit comments

Comments
 (0)