Convert UI module libandroid-navigation-ui to Kotlin. But at minimum the classes that are interacting with the core module models, that always have a Builder. The builder pattern are only added to keep simple access to the Java code, and is only a temporary solution.
Convert UI module
libandroid-navigation-ui
to Kotlin. But at minimum the classes that are interacting with the core module models, that always have aBuilder
. The builder pattern are only added to keep simple access to the Java code, and is only a temporary solution.