Lines Matching +full:build +full:- +full:kotlin +full:- +full:linux
1 # Building Kotlin Serialization from the source
5 To build Kotlin Serialization JDK version 11 or higher is required. Make sure this is your default …
6 This is needed to compile the `module-info` file included for JPMS support.
9 completely with `disableJPMS` property: add `disableJPMS=true` to gradle.properties or `-PdisableJP…
13 Kotlin Serialization runtime library itself is a [multiplatform](http://kotlinlang.org/docs/referen…
14 To build library from the source and run all tests, use `./gradlew build`. Corresponding platform t…
29 compile "org.jetbrains.kotlinx:kotlinx-serialization-core:$serialization_version"
33 …hat is the current host, e.g. `macosX64` on Intel Mac machines, `linuxX64` on linux machines, etc).
36 To use snapshot version of compiler (if you have built and install it from sources), use flag `-Pbo…
37 If you have built both Kotlin and Kotlin/Native compilers, set `KONAN_LOCAL_DIST` environment prope…
38 (usually `kotlin-native/dist` folder inside Kotlin project).
41 …not be compatible in terms of bytecode produced by plugin, you'll need to build the plugin by your…
45 …gin for Gradle/Maven and IntelliJ plugin, starting from Kotlin 1.3, are embedded into the Kotlin c…
47 Sources and steps to build it are located [here](https://github.com/JetBrains/kotlin/tree/master/pl…
48 …u'll just need to run `./gradlew dist install` to get `1.x.255-SNAPSHOT` versions of Kotlin compil…