Andrii Yanechko
Andrii Yanechko
### Info: I've got this error when I'm navigating back to fragment that contains map. I'm using `Jetpack Navigation` library, so fragments are replacing each other, and version of mapbox...
Hi. Thanks for your lecture and this example. But I have one question: Every time when I'm navigating / creating `StartScreen` `TimelogicComponent` will build from scratch? [https://github.com/Tagakov/modules-and-dagger/blob/master/feature-startscreen/src/main/java/com/tagakov/startscreen/StartScreenFragment.kt#L38](url) I'm start using...
Thanks for awesome tool. Sealed class: ``` @Serializable sealed class ErrorDTO { @Serializable @SerialName(Reason.WRONG_LOGIN_LENGTH) data class WrongLoginLength( @SerialName("count") val count: Int, @SerialName("minCount") val minCount: Int, @SerialName("maxCount") val maxCount: Int )...