Skip to content

Commit

Permalink
0.1.0 (sep 29, 15:30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 29, 2023
1 parent d4ffe0c commit 80c7b46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ kotlin {
}

val androidMain by getting {
dependsOn(commonMain)

dependencies {
implementation(deps.ktor.okHttp)
implementation(deps.dagger.hiltAndroid)
Expand All @@ -118,8 +116,6 @@ kotlin {
}
}
val androidUnitTest by getting {
dependsOn(commonTest)

dependencies {
implementation(kotlin("test"))
implementation(kotlin("test-junit"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.hoc081098.github_search_kmm.presentation

import app.cash.turbine.ReceiveTurbine
import app.cash.turbine.test
import app.cash.turbine.testIn
import app.cash.turbine.turbineScope
import arrow.core.Either
import arrow.core.left
Expand Down

0 comments on commit 80c7b46

Please sign in to comment.