Hey i am trying to convert my existing project mac...
# compose-desktop
k
Hey i am trying to convert my existing project macOs project into compose. Its quiet complex app with multiple extensions, so to make things easier having a xcodeproj is a must( just makes it easier to keep up with codesign and embedding extensions). So i chose Kotlin native based approach. It worked great out of the box, able to replicate most of my previous use cases. Right now i am stuck with two issuse 1.) scaling issues when moving a window from non-retina to retina display. 2.) Kotlin antive generates a single binary , how to debug the flow(I launch app from xcode) Do you think its even worth pursing this idea?