We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6476d commit 65a343fCopy full SHA for 65a343f
1 file changed
README.md
@@ -294,7 +294,12 @@ sample without our plugin:
294
kotlin {
295
iosX64().binaries {
296
framework {
297
- export("dev.icerock.moko:resources:0.9.0")
+ export("dev.icerock.moko:resources-iosx64:0.9.0")
298
+ }
299
300
+ iosArm64().binaries {
301
+ framework {
302
+ export("dev.icerock.moko:resources-iosarm64:0.9.0")
303
}
304
305
0 commit comments