diff --git a/FAQ.md b/FAQ.md index e613f206d7d..7b6827e2e8c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -27,6 +27,7 @@ A: As Kotlin/Native need to download platform specific toolchain, you need to sp or set it via `JAVA_OPTS` environment variable. Q: How do I specify custom Objective-C prefix/name for my Kotlin framework? + A: Use `-module_name` compiler option or matching Gradle DSL statement, i.e. ``` framework("MyCustomFramework") {