Skip to content

Commit

Permalink
Remove datetime library
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Oct 20, 2024
1 parent 24b443e commit 7a86513
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ androidx-window = "1.3.0"
compose-plugin = "1.7.0"
dokka = "1.9.20"
kotlin = "2.0.21"
kotlinx-datetime = "0.6.0"

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

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
Expand Down
1 change: 0 additions & 1 deletion miuix/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ kotlin {
implementation(compose.ui)
implementation(compose.components.resources)
implementation(libs.jetbrains.compose.window.size)
implementation(libs.jetbrains.kotlinx.datetime)
}
}
}
Expand Down

0 comments on commit 7a86513

Please sign in to comment.