Anyone aware of resources to look into how to crate your own composable library so to use in multiple projects?
s
Stylianos Gakis
04/06/2024, 8:20 AM
Doesn't sound compose specific at all. Just the way you'd build any Kotlin library.
Also is this question about a library published to maven central for example, or just a separate module in your project?
h
Hemant Nimje
04/06/2024, 2:57 PM
Library published in maven central
s
Stylianos Gakis
04/06/2024, 3:20 PM
Yeah then there's nothing compose specific, look for generic guides for Kotlin libraries, nothing changes for compose.