is it possible to create an interface that would r...
# android
u
is it possible to create an interface that would represent the following code:
object Route {
val route = "sss"
object LogOn {
override val icon = Icons.Filled.AccountBox
override val path = "/login"
}
}
e
Maybe sealed interface help you