File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/commonTest/kotlin/com/hoc081098/github_search_kmm/presentation Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ kotlin {
108108 }
109109
110110 val androidMain by getting {
111- dependsOn(commonMain)
112-
113111 dependencies {
114112 implementation(deps.ktor.okHttp)
115113 implementation(deps.dagger.hiltAndroid)
@@ -118,8 +116,6 @@ kotlin {
118116 }
119117 }
120118 val androidUnitTest by getting {
121- dependsOn(commonTest)
122-
123119 dependencies {
124120 implementation(kotlin(" test" ))
125121 implementation(kotlin(" test-junit" ))
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package com.hoc081098.github_search_kmm.presentation
22
33import app.cash.turbine.ReceiveTurbine
44import app.cash.turbine.test
5- import app.cash.turbine.testIn
65import app.cash.turbine.turbineScope
76import arrow.core.Either
87import arrow.core.left
You can’t perform that action at this time.
0 commit comments