Skip to content

Commit 65a343f

Browse files
authored
Update README.md
1 parent fd6476d commit 65a343f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,12 @@ sample without our plugin:
294294
kotlin {
295295
iosX64().binaries {
296296
framework {
297-
export("dev.icerock.moko:resources:0.9.0")
297+
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")
298303
}
299304
}
300305
}

0 commit comments

Comments
 (0)