Lines Matching +full:build +full:- +full:mac +full:- +full:intel
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…
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 …e target is built (the one that is the current host, e.g. `macosX64` on Intel Mac machines, `linux…
36 To use snapshot version of compiler (if you have built and install it from sources), use flag `-Pbo…
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…
47 Sources and steps to build it are located [here](https://github.com/JetBrains/kotlin/tree/master/pl…
48 In short, you'll just need to run `./gradlew dist install` to get `1.x.255-SNAPSHOT` versions of Ko…