experiments/Interop: add brief description

This commit is contained in:
Svyatoslav Scherbina
2016-09-15 14:06:25 +03:00
parent c766a530aa
commit 9e4bc811b8
+15
View File
@@ -0,0 +1,15 @@
# Kotlin-native interop
## Preparation
Go to `../kni` and build it as described:
```
$ ant -f update_dependencies.xml
$ ant
```
## Usage
Open `Interop` project in IDEA. Run `StubGenerator` configuration to process all `.def` files in `Example` module.
Then run `Example` configuration to run the example.