aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-23 12:10:23 -0800
committerAllan Wang <me@allanwang.ca>2021-11-23 12:10:23 -0800
commit3599803b05188b8f9f4758b43fe120578fa8cf06 (patch)
tree3a1fb5442a98f1833353084da643cb59bb909064 /app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
parent98b46d9e5341ac827ec776c6e5dd48ac301d4522 (diff)
downloadfrost-3599803b05188b8f9f4758b43fe120578fa8cf06.tar.gz
frost-3599803b05188b8f9f4758b43fe120578fa8cf06.tar.bz2
frost-3599803b05188b8f9f4758b43fe120578fa8cf06.zip
Remove all experimental annotations
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.kt2
1 files changed, 0 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 9e21ede8..04ee7f3c 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/views/FrostRecyclerView.kt
@@ -29,7 +29,6 @@ import com.pitchedapps.frost.contracts.FrostContentParent
import com.pitchedapps.frost.fragments.RecyclerContentContract
import com.pitchedapps.frost.prefs.Prefs
import dagger.hilt.android.AndroidEntryPoint
-import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.launch
import javax.inject.Inject
@@ -37,7 +36,6 @@ import javax.inject.Inject
* Created by Allan Wang on 2017-05-29.
*
*/
-@UseExperimental(ExperimentalCoroutinesApi::class)
@AndroidEntryPoint
class FrostRecyclerView @JvmOverloads constructor(
context: Context,