Skip to content

Commit

Permalink
[bundle][doc] drop unwanted docs from bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlevchenko committed Sep 24, 2018
1 parent d6578f0 commit 62a1ff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DISTRO_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To run _Kotlin/Native_ JDK 8 or Java 9 (JDK) for the host platform has to be ins

On macOS it also requires Xcode 9.4.1 or newer to be installed.

The language and library version supported by this EAP release mostly match Kotlin 1.2.60.
The language and library version supported by this EAP release match Kotlin 1.3.
However, there are certain limitations, see section [Known Limitations](#limitations).

Currently _Kotlin/Native_ uses reference counting based memory management scheme with a cycle
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,7 @@ task bundle(type: (isWindows()) ? Zip : Tar) {
into baseName
}
from(project.rootDir) {
include 'INTEROP.md'
include 'RELEASE_NOTES.md'
include 'GRADLE_PLUGIN.md'
include 'PLATFORM_LIBS.md'
include 'samples/**'
exclude '**/gradle.properties'
exclude '**/settings.gradle'
Expand Down

0 comments on commit 62a1ff2

Please sign in to comment.