上游 · Kotlin compiler options · Native
-library path (-l path )
Link with the library. To learn about using libraries in Kotlin/native projects, see Kotlin/Native libraries .
-library-version version (-lv version )
Set the library version.
-linker-option
Pass an argument to the linker during binary building. This can be used for linking against some native library.
-linker-options args
Pass multiple arguments to the linker during binary building. Separate arguments with whitespaces.
-list-targets
List the available hardware targets.
-manifest path
Provide a manifest addend file.