Skip to content

Commit

Permalink
Not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Nov 29, 2024
1 parent ab11ee0 commit 5505a9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kotlin = "2.0.21"
compose = "1.7.1"
dokka = "1.9.10"

kotlinxDatetime = "0.6.1"
ksoup = "0.4.0"
jetbrainsMarkdown = "0.7.3"
coil = "3.0.1"
Expand All @@ -22,7 +21,6 @@ android-minSdk = "21"
android-compileSdk = "34"

[libraries]
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime" }
ksoup-html = { module = "com.mohamedrejeb.ksoup:ksoup-html", version.ref = "ksoup" }
ksoup-entities = { module = "com.mohamedrejeb.ksoup:ksoup-entities", version.ref = "ksoup" }
jetbrains-markdown = { module = "org.jetbrains:markdown", version.ref = "jetbrainsMarkdown" }
Expand Down
2 changes: 0 additions & 2 deletions richeditor-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ kotlin {
implementation(compose.material)
implementation(compose.material3)

implementation(libs.kotlinx.datetime)

// HTML parsing library
implementation(libs.ksoup.html)
implementation(libs.ksoup.entities)
Expand Down

0 comments on commit 5505a9c

Please sign in to comment.