Skip to content

Commit

Permalink
Renamed fleeksoft-kotlinx-io to fleeksoft-io-kotlinx for consistency.…
Browse files Browse the repository at this point in the history
… Added fleeksoft-io-okio dependency to the configuration.
  • Loading branch information
itboy87 committed Nov 5, 2024
1 parent 6ab0ec3 commit 2074c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
okio-nodefilesystem = { module = "com.squareup.okio:okio-nodefilesystem", version.ref = "okio" }
kotlinx-benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version.ref = "kotlinx-benchmark" }
fleeksoft-io = { module = "com.fleeksoft.io:io", version.ref = "fleeksoft-io" }
fleeksoft-kotlinx-io = { module = "com.fleeksoft.io:kotlinx-io", version.ref = "fleeksoft-io" }
fleeksoft-io-kotlinx = { module = "com.fleeksoft.io:kotlinx-io", version.ref = "fleeksoft-io" }
fleeksoft-io-okio = { module = "com.fleeksoft.io:okio", version.ref = "fleeksoft-io" }
fleeksoft-charset = { module = "com.fleeksoft.charset:charset", version.ref = "fleeksoft-charset" }
fleeksoft-charset-ext = { module = "com.fleeksoft.charset:charset-ext", version.ref = "fleeksoft-charset" }

Expand Down

0 comments on commit 2074c8f

Please sign in to comment.