[bundle][doc] drop unwanted docs from bundle.

This commit is contained in:
Vasily Levchenko
2018-09-24 17:34:17 +03:00
parent d6578f0b98
commit 62a1ff2e8e
3 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ without need to ship an additional execution runtime.
See `README.md` in each sample directory for more information and build instructions.
_Kotlin/Native_ could be used either as standalone compiler toolchain or as Gradle
plugin. See `GRADLE_PLUGIN.md` for more details on how to use this plugin.
plugin. See [`GRADLE_PLUGIN.md`](https://github.com/JetBrains/kotlin-native/blob/master/GRADLE_PLUGIN.md) for more details on how to use this plugin.
Compile your programs like that:
@@ -49,6 +49,6 @@ To generate interoperability stubs create library definition file
cinterop -def lib.def
See `INTEROP.md` for more information on how to use C libraries from _Kotlin/Native_.
See [`INTEROP.md`](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md) for more information on how to use C libraries from _Kotlin/Native_.
See `RELEASE_NOTES.md` for information on supported platforms and current limitations.