Aleksey Mikhailov
Aleksey Mikhailov
https://kotlinlang.slack.com/archives/CMC5LN42W/p1634901111003300?thread_ts=1634899812.002200&cid=CMC5LN42W So for Koin, we have our own method too In common: ``` expect inline fun Module.viewModelDefinition( qualifier: Qualifier? = null, noinline definition: Definition ): Pair ``` While then for...
User encountered the following issues in `android` module: ``` Cannot access class 'dev.icerock.moko.mvvm.dispatcher.EventsDispatcher'. Check your module classpath for missing or conflicting dependencies ``` and ``` Type parameter bound for T...
Now we implement textformatting support inside project, but we can implement support of formatting out of box. for example with integration of https://github.com/redmadrobot/input-mask-android and https://github.com/redmadrobot/input-mask-ios as we do inside our...
With this code: ``` val input: MutableLiveData = MutableLiveData(initialValue = 2) val output: LiveData = input.flatMapBuffered { current, new -> MutableLiveData("$current:$new") } ``` we now got `output` after initialization with...
state livedata `dataTransform` on init call lambda 2 times, and also call 2 times internal merges.
After changes in #106 implementation of LiveData for android and ios is equals, but for android added member function `ld`. if we extract this function from class we broke compatibility,...
https://icerockdev.github.io/moko-mvvm/mvvm-livedata/mvvm-livedata/dev.icerock.moko.mvvm.binding/index.html here for example - ERROR CLASS in dokka generated