Skip to content

Commit

Permalink
Gid rid of kotlinx-io-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 22, 2024
1 parent 1164b34 commit f94fc85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies {
api(projects.components.google)

implementation(libs.android.build.tools)
implementation(libs.kotlin.io)

testImplementation(libs.kotlin.test)
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ org.gradle.configuration-cache=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g
org.gradle.parallel=true

kotlin.stdlib.default.dependency=false
kotlin.code.style=official
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ android-build-tools = "com.android.tools:sdk-common:31.5.1"

koin-compose = "io.insert-koin:koin-compose:1.1.5"

kotlin-io = "org.jetbrains.kotlinx:kotlinx-io-core:0.5.1"

kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }

Expand Down

0 comments on commit f94fc85

Please sign in to comment.