mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-22 16:23:50 +00:00
replace repos common extension for fsm
This commit is contained in:
parent
11b0d059bf
commit
19ea2f340a
@ -1,4 +1,4 @@
|
||||
package dev.inmo.micro_utils.fsm.repos
|
||||
package dev.inmo.micro_utils.fsm.repos.common
|
||||
|
||||
import dev.inmo.micro_utils.fsm.common.State
|
||||
import dev.inmo.micro_utils.fsm.common.StatesManager
|
||||
@ -8,7 +8,6 @@ import dev.inmo.micro_utils.repos.pagination.getAll
|
||||
import kotlinx.coroutines.flow.*
|
||||
import kotlinx.coroutines.sync.Mutex
|
||||
import kotlinx.coroutines.sync.withLock
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
class KeyValueBasedStatesManager(
|
||||
private val keyValueRepo: KeyValueRepo<Any, State>,
|
1
fsm/repos/common/src/main/AndroidManifest.xml
Normal file
1
fsm/repos/common/src/main/AndroidManifest.xml
Normal file
@ -0,0 +1 @@
|
||||
<manifest package="dev.inmo.micro_utils.fsm.repos.common"/>
|
@ -1 +0,0 @@
|
||||
<manifest package="dev.inmo.micro_utils.fsm.repos"/>
|
@ -29,7 +29,7 @@ String[] includes = [
|
||||
":serialization:typed_serializer",
|
||||
|
||||
":fsm:common",
|
||||
":fsm:repos",
|
||||
":fsm:repos:common",
|
||||
|
||||
":dokka"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user