experiments/Interop: add brief description
This commit is contained in:
@@ -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.
|
||||||
Reference in New Issue
Block a user