Update FAQ (#1730)
This commit is contained in:
committed by
Nikolay Igotti
parent
57e75915ff
commit
9f64280bc7
@@ -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.
|
or set it via `JAVA_OPTS` environment variable.
|
||||||
|
|
||||||
Q: How do I specify custom Objective-C prefix/name for my Kotlin framework?
|
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.
|
A: Use `-module_name` compiler option or matching Gradle DSL statement, i.e.
|
||||||
```
|
```
|
||||||
framework("MyCustomFramework") {
|
framework("MyCustomFramework") {
|
||||||
|
|||||||
Reference in New Issue
Block a user