Aleksey Mikhailov

Results 357 comments of Aleksey Mikhailov

looks like you have some DesignSystem target that depends on kotlin multipaltform framework but not links with this framework. i don't think that this issue related to library. i think...

hello. different flavors exist only on android, so you cant use this feature in multiplatform module. but i think you can reimplement it with different gradle modules. ``` android-app ios-app...

hi! we don't think about this use case. i think we can add some option in configuration that will enable different logic. in 0.24 we do same keys for all...

looks like you use configureCopyXCFrameworkResources when should not use it. XCFrameworkTask should be created by kotlin gradle plugin when you configure xcframework. can you show your build.gradle?

@vojta-horanek hi. in your build gradle i not see usage of [XCFramework](https://kotlinlang.org/docs/multiplatform-build-native-binaries.html#build-xcframeworks) and also not see framework configuration at all. can you show what do your XXX.kmm.library plugin? configureCopyXCFrameworkResources should...

hi. looks like current implementation of files on js is invalid for some types. i see that in example we use simple txt and that works. but maybe for yml...

Hi. This sample have multiple modules, compare your config with it - https://github.com/icerockdev/moko-resources/tree/master/samples/resources-gallery

> This change limits the use of bundles to be in the main bundle only. hi @mattjung ! thx for analysis. can you please create reproducer of itssue from some...

issue also can be related to https://github.com/icerockdev/moko-resources/issues/762

i check details of issue and i think fix from 0.24.3 will not help. so i move this issue to next milestone