From 9e4bc811b8ae7e8b106856ac2742133f1aefefed Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Thu, 15 Sep 2016 14:06:25 +0300 Subject: [PATCH] experiments/Interop: add brief description --- experiments/Interop/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 experiments/Interop/README.md 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.