desgraci
desgraci
ATM there is no support for it
Should be the app able to see this module? shouldn't have access to :core-domain only?
Can we have something like: ```kotlin private const val INVALID_INDEX = -1 fun emptyImmutableList(): ImmutableList = EmptyImmutableList internal object EmptyImmutableIterator : ListIterator { override fun hasNext(): Boolean = false override...
Trying to implement the demo project, after updating dependencies, the code it's outdated as of API 21
It is a good idea to have a RxBinding Observable passed to my VM, apply the business logic, then add to the VM disposable bag, and subscribing to that Observable...