aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.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/FrostRecyclerView.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/FrostRecyclerView.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
index 7bdfff0c..89009b56 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
@@ -30,8 +30,8 @@ import com.pitchedapps.frost.fragments.RecyclerContentContract
import com.pitchedapps.frost.prefs.Prefs
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.launch
-import org.koin.core.KoinComponent
-import org.koin.core.inject
+import org.koin.core.component.KoinComponent
+import org.koin.core.component.inject
/**
* Created by Allan Wang on 2017-05-29.