I'm working on a UI Kit library in Compose So I w...
# compose
d
I'm working on a UI Kit library in Compose So I was wondering how should I develop that it works on Android as well as Desktop. Any heads up?
k
d
Alright, now I have to do some intense RnD on Kotlin Multiplatform, right?
k
That would depend on the scope of your UI Kit. The deeper you "interface" with the underlying platform, the more platform-specific code you'd need to put into
androidMain
and
desktopMain
d
Ok got it
Thanks @Kirill Grouchnikov