From 70c11b0098e602648aac314b5e901d4fd38fc8c1 Mon Sep 17 00:00:00 2001 From: SvyatoslavScherbina Date: Tue, 20 Sep 2016 00:08:23 +0400 Subject: [PATCH] Interop: update README.md --- experiments/Interop/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/experiments/Interop/README.md b/experiments/Interop/README.md index 810cece4873..716e919e8c5 100644 --- a/experiments/Interop/README.md +++ b/experiments/Interop/README.md @@ -1,14 +1,5 @@ # 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.