From 4cb83cbcc5fc9b61ff9f7d11db95f9dd583e1232 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 20 Nov 2018 17:24:04 +0300 Subject: [PATCH] Document `-o` cinterop option #KT-27881 Fixed --- .../kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/main.kt b/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/main.kt index 185398d6252..1ac477ccfe2 100644 --- a/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/main.kt +++ b/Interop/StubGenerator/src/main/kotlin/org/jetbrains/kotlin/native/interop/gen/jvm/main.kt @@ -93,6 +93,7 @@ Following flags are supported: -shims adds generation of shims tracing native library calls -pkg place the resulting definitions into the package -h .h header files to parse + -o .klib specifies the resulting library file """) }