I'm working with a team that is adopting KMP for the first time, aiming to create a library/Xcframework that encompasses some business logic with some potential cross platform UI in the future.
Is Amper something we should consider using or is it not recommended for production still?
s
Stylianos Gakis
02/14/2024, 10:03 AM
If you end up pulling this off I'd be super interested in learning more about this. Especially around the part of publishing the library and so on.
z
zsmb
02/14/2024, 10:33 AM
At this stage, we are not recommending Amper in production, it's still early and experimental, so we still expect significant changes in it over time.
However, if you're willing to experiment with Amper (maybe on a separate branch of your production project), we'd love to hear your thoughts and feedback based on that.
Márton, what is the story currently around publishing a library when using Amper? Is the idea basically just do everything through gradle atm before something else is built for Amper?
z
zsmb
02/14/2024, 11:06 AM
Basically, yes, that has to be handled with interop for now. See this thread