You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finalConfigure() // Must be last call to configuration
46
44
}
47
45
46
+
Info on additional `j2objcConfig` settings are in (J2objcConfig.groovy)[https://github.com/j2objc-contrib/j2objc-gradle/blob/master/src/main/groovy/com/github/j2objccontrib/j2objcgradle/J2objcConfig.groovy#L30].
48
47
Within the Android application's `android/build.gradle`, make it dependent on
49
48
the `shared` project:
50
49
@@ -70,8 +69,7 @@ directory. It is integrated with Gradle's Java build plugin and may be run as fo
70
69
71
70
./gradlew shared:build
72
71
73
-
To update an existing Xcode project to load the libraries and header files, use this
74
-
additional command:
72
+
To update the existing Xcode project to load the libraries and header files:
0 commit comments