上游 · Kotlin compiler options · Native
-list-targets
List the available hardware targets.
-manifest path
Provide a manifest addend file.
-module-name name (Native)
Specify a name for the compilation module. This option can also be used to specify a name prefix for the declarations exported to Objective-C: How do I specify a custom Objective-C prefix/name for my Kotlin framework?
-native-library path (-nl path )
Include the native bitcode library.
-no-default-libs
Disable linking user code with the prebuilt platform libraries distributed with the compiler.
-nomain…