Skip to content

Commit 7a86513

Browse files
committed
Remove datetime library
1 parent 24b443e commit 7a86513

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ androidx-window = "1.3.0"
99
compose-plugin = "1.7.0"
1010
dokka = "1.9.20"
1111
kotlin = "2.0.21"
12-
kotlinx-datetime = "0.6.0"
1312

1413
[libraries]
1514
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
1615
androidx-window = { group = "androidx.window", name = "window", version.ref = "androidx-window" }
1716
jetbrains-compose-window-size = { module = "org.jetbrains.compose.material3:material3-window-size-class", version.ref = "compose-plugin" }
18-
jetbrains-kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
1917

2018
[plugins]
2119
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

miuix/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ kotlin {
4747
implementation(compose.ui)
4848
implementation(compose.components.resources)
4949
implementation(libs.jetbrains.compose.window.size)
50-
implementation(libs.jetbrains.kotlinx.datetime)
5150
}
5251
}
5352
}

0 commit comments

Comments
 (0)