| Class |
Description |
|
DependencyConverter
|
Converts `[test]compile` dependencies to their
`j2objcTranslationClosure` and/or `j2objc[Test]Linkage` equivalents, depending on the type
of dependency and whether or not they are already provided in native code:
External classfile .jar libraries you depend on via `compile` will be
converted to `j2objcTranslationClosure` dependencies of the corresponding source .jar libraries.
|
|
DependencyResolver
|
Resolves `j2objc*` dependencies into their `j2objc` constructs:
- j2objcTranslationClosure - The plugin will translate only the subset of
the configuration's source jars that are actually used by this project's
code (via --build-closure), and
compile and link the translated code directly into this project's libraries.
|
|
J2objcConfig
|
j2objcConfig is used to configure the plugin with the project's build.gradle. |
|
J2objcPlugin
|
|
|
NativeCompilation
|
Compilation of libraries for debug/release and architectures listed below. |