上游 · Kotlin compiler options · Native
-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
Assume the main entry point to be provided by external libraries.
-nopack
Don't pack the library into a klib file.
-nostdlib…