mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-22 17:39:58 +01:00
Dependency upgrades, running on AS 4.1
This commit is contained in:
@@ -12,7 +12,7 @@ import kotlinx.coroutines.flow.flowOn
|
||||
/**
|
||||
* Base use case that wraps [suspending][suspend] [run] function with [flow][Flow] and returns it for later usage.
|
||||
*/
|
||||
@UseExperimental(ExperimentalCoroutinesApi::class)
|
||||
@OptIn(ExperimentalCoroutinesApi::class)
|
||||
abstract class BaseInteractor<T, in P : InteractorParameters> {
|
||||
|
||||
//region Abstractions
|
||||
|
||||
@@ -15,7 +15,6 @@ import org.amshove.kluent.shouldEqualTo
|
||||
import org.junit.jupiter.api.Test
|
||||
import java.util.ArrayDeque
|
||||
|
||||
@UseExperimental(ExperimentalCoroutinesApi::class)
|
||||
class BaseInteractorTest {
|
||||
|
||||
val testInteractor = spyk(TestInteractor())
|
||||
|
||||
Reference in New Issue
Block a user