Results 5 comments of Alexander af Trolle

Hi, I'm also looking to be able to change resources programmatically or have multiple instances with different configurations, similar to @ryanmitchener. I'm developing a fullstack solution in Kotlin and want...

You are having scope issues, you are creating a koin instance too the activity scope. That's why it's recreated on configuration changes. Start your koin instance in the Application class...

> Thanks! @afTrolle That worked for an android application. Do you have any suggestions for a ComposeMultiplatform Application? > > > > Seems like setting android context in `MainApplication` using...

Nice Solution! I tried to have so that if the flow closes then the RPCClient & Service also closes. The solution I came up with definitely isn't as nice 😅...

I'm also having similar issue, That hex value for primary color import changes during import in the plugin. I'm exporting json and editing individual fields to then re-import, but the...