Update FAQ (#1730)

This commit is contained in:
Thiago Henrique Hüpner
2018-06-27 03:24:21 -03:00
committed by Nikolay Igotti
parent 57e75915ff
commit 9f64280bc7
+1
View File
@@ -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") {