Anton Fomichev

Results 2 comments of Anton Fomichev

@pjBooms you mean something like this? ```kotlin @OptIn(ExperimentalResourceApi::class) object PublicRes { object drawable { val my_awesome_icon = Res.drawable.my_awesome_icon } } ``` But what are the benefits of using Compose Resources...

> It is a bad idea to make a public API of a module (another words an API of library) depending on the autogenerated code. @terrakok I'm sorry, but with...