Gabriel Souza
Gabriel Souza
The Menu DSL should support Coroutines Flow. For slots could be something like this: ```kotlin val stateFlow: StateFlow slot(1, 5, null) { onRender { showingItem = stateFlow.value } onFlowChange(stateFlow) {...
Known issues with Compose - ~~iOS Build fail when `androidMain` was resource files, apparently when building for iOS, the plugin is also using resources from other targets (in this case,...
I saw that Compose-jb now was an [experimental example for LWJGL/GLFW](https://github.com/JetBrains/compose-jb/blob/master/experimental/lwjgl-integration/) using [ComposeScene](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui/src/skikoMain/kotlin/androidx/compose/ui/ComposeScene.skiko.kt). Is possible, with this new API from Compose, be able to use with JWM? If so, would...
In my work, we are using S3 to deploy your SDKs and with it the documentation generated by Orchid for the specific version. We ship the documentation in a zip...
Is require to update KotlinPoet to a version above [1.7.0](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md#version-170) that it will generates by default Kotlin explicit api mode compatible.