Skip to content

Commit

Permalink
Remove unnecessary library
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed May 15, 2024
1 parent 72dcfc8 commit db92eee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions android/buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ object Dependencies {
const val core = "io.arrow-kt:arrow-core:${Versions.Arrow.base}"
const val optics = "io.arrow-kt:arrow-optics:${Versions.Arrow.base}"
const val opticsKsp = "io.arrow-kt:arrow-optics-ksp-plugin:${Versions.Arrow.base}"
const val fxCoroutines = "io.arrow-kt:arrow-fx-coroutines:${Versions.Arrow.base}"

}

object Compose {
Expand Down
1 change: 0 additions & 1 deletion android/lib/daemon-grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ dependencies {

implementation(Dependencies.Arrow.core)
implementation(Dependencies.Arrow.optics)
implementation(Dependencies.Arrow.fxCoroutines)

testImplementation(project(Dependencies.Mullvad.commonTestLib))
testImplementation(Dependencies.Kotlin.test)
Expand Down

0 comments on commit db92eee

Please sign in to comment.