Alex Styl

Results 14 comments of Alex Styl

Keep in mind that I tried the same code to render a Swift View and the contents of the Swift View were displayed correctly.

@elijah-semyonov did u have a look? could you kindly confirm that is indeed a bug in compose?

The previous mentioned tasks wouldn't compile on my end. Fixed it by doing: ```kt tasks.withType { manifest { attributes.put("Main-Class", "MainKt") // "MainKt" or w/e your main class is } val...

I am assuming that by 'background' you mean iOS background restrictions. I am new to iOS so I don't know much about that space. However, I see on the Github...