aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 17:17:41 -0800
committerAllan Wang <me@allanwang.ca>2021-01-10 17:17:41 -0800
commitf90bed24921646e02754139df0918577d3cccc35 (patch)
treee02602dea85ffe8f2b212a45d338383b74fc0f95 /app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
parent4aa79a8beb9b0e2a40960c68a5774aa4376a06bb (diff)
downloadfrost-f90bed24921646e02754139df0918577d3cccc35.tar.gz
frost-f90bed24921646e02754139df0918577d3cccc35.tar.bz2
frost-f90bed24921646e02754139df0918577d3cccc35.zip
Fix koin imports
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
index 7245e64e..55f41807 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostContentView.kt
@@ -47,8 +47,8 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.channels.BroadcastChannel
import kotlinx.coroutines.channels.ConflatedBroadcastChannel
import kotlinx.coroutines.channels.ReceiveChannel
-import org.koin.core.KoinComponent
-import org.koin.core.inject
+import org.koin.core.component.KoinComponent
+import org.koin.core.component.inject
class FrostContentWeb @JvmOverloads constructor(
context: Context,