diff --git a/experiments/Interop/README.md b/experiments/Interop/README.md new file mode 100644 index 00000000000..810cece4873 --- /dev/null +++ b/experiments/Interop/README.md @@ -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.