Fix instructions in core/build.gradle

This commit is contained in:
2019-01-22 16:02:30 -06:00
parent 2d0a57efbd
commit 134975b8ba

View File

@@ -50,7 +50,7 @@ kotlin {
// Replace the target above with the following to produce a framework
// which can be installed on a real iPhone.
// fromPreset(presets.iosX64, 'iOS') {
// fromPreset(presets.iosArm64, 'iOS') {
// compilations.main.outputKinds('FRAMEWORK')
// }
}