Aleksey Mikhailov
Aleksey Mikhailov
hello. copyFrameworkResourcesToApp task decide what version of linkTask should be used as framework output by this properties: - `moko.resources.CONFIGURATION` - `moko.resources.PLATFORM_NAME` - `moko.resources.ARCHS` `linkDebugFrameworkIosArm64` calls because you pass: - `moko.resources.CONFIGURATION`...
if your module is jvm instead of android - resolve will be failed, yes. supported only android and ios targets
hi. you should add required dependencies as described in readme and add imports
no. for compose multiplatform you should add extra dependency in addition to another, not as replacement.
@plusmobileapps you can just use `resources-compose` module that already contains `localized` for compose https://github.com/icerockdev/moko-resources/blob/71095fc691d8769b581b1b48c489701f0fd2c344/resources-compose/src/commonMain/kotlin/dev/icerock/moko/resources/compose/StringDescExt.kt#L11
hi. thx for report. can you please describe what parts of our plugin you use? at now in our projects we successfully migrate to official kotlin multiplatform plugin without our...