Aleksey Mikhailov

Results 348 comments of Aleksey Mikhailov

can you give details about your environment? OS, architecture (if macos used - apple or intel cpu). jdk full version? your problem not reproduced yet, so i think we should...

Hi! for now web and desktop platforms targets not enabled, but architecture in common code allow addition of this targets. But for us (IceRock) it is not priority, so if...

@moffpage you can use files support of moko-resources - as here https://github.com/icerockdev/moko-resources/tree/master/sample/mpp-library/src/commonMain/resources/MR/files https://github.com/icerockdev/moko-resources/blob/master/sample/mpp-library/src/commonMain/kotlin/com/icerockdev/library/Testing.kt#L115

yes, we should add it into readme :)

hi! thanks for suggestion! now it not implemented, but you can implement it yourself. for it you should create own `Widget`, for example as https://github.com/icerockdev/moko-widgets/blob/master/widgets/src/commonMain/kotlin/dev/icerock/moko/widgets/ClickableWidget.kt widget: ``` @WidgetDef(ContextMenuViewFactory::class) class ContextMenuWidget(...

please left issue open - we implement it in library later

hi! something wrong in your xcode+gradle configuration. if you can show config/project - i try to help. now i not see any reasons of this behavior in moko-resources.

can you create project where this bug reproduced and send here?

@Tlaster thanks, your project helps. i found cause of error and fix will be in next release

yes, it's not supported case now...changes required