Anyone aware of resources to look into how to crat...
# compose-android
h
Anyone aware of resources to look into how to crate your own composable library so to use in multiple projects?
s
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
Library published in maven central
s
Yeah then there's nothing compose specific, look for generic guides for Kotlin libraries, nothing changes for compose.
👍 1
h
Cool. Thank you!
b
> Set of guidelines and recommendations for building scalable and user-friendly @Composable components. https://github.com/androidx/androidx/blob/androidx-main/compose/docs/compose-component-api-guidelines.md
👍 1