Add very basic documentation for interop with Swift/Objective-C (#1482)

This commit is contained in:
SvyatoslavScherbina
2018-04-18 20:46:50 +03:00
committed by GitHub
parent 8371ac137f
commit f27d4452f4
3 changed files with 231 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@ everything needed to interact with an external library.
types, function and constants into the Kotlin world. Generated stubs can be
imported into an IDE for purposes of code completion and navigation.
Interoperability with Swift/Objective-C is provided too and covered by the
separate document [OBJC_INTEROP.md](OBJC_INTEROP.md).
## Simple example ##
Build the dependencies and the compiler (see `README.md`).