Files
kotlin-fork/_nav_reference.yml
T
Ilya Matveev da054ffe99 Add fat jars for gradle plugin (#2149)
* [gradle-plugin] Bundle big Kotlin plugin into the native plugin jar

* Use big Kotlin's version in the Gradle plugin

* [gradle-plugin] Exclude big Kotlin plugins from final jar

* Use composite build again

* Remove MULTIPLATFORM.md

* [gradle-plugin] Fix adding common sources

* [gradle-plugin] Fix test running
2018-09-28 15:32:56 +03:00

37 lines
624 B
YAML

- md: CONCURRENCY.md
url: concurrency.html
title: "Concurrency"
- md: IMMUTABILITY.md
url: immutability.html
title: "Immutability"
- md: LIBRARIES.md
url: libraries.html
title: "Kotlin Libraries"
- md: PLATFORM_LIBS.md
url: platform_libs.html
title: "Platform Libraries"
- md: INTEROP.md
url: c_interop.html
title: "C Interop"
- md: OBJC_INTEROP.md
url: objc_interop.html
title: "Objective-C and Swift Interop"
- md: GRADLE_PLUGIN.md
url: gradle_plugin.html
title: "Gradle Plugin"
- md: DEBUGGING.md
url: debugging.html
title: "Debugging"
- md: FAQ.md
url: faq.html
title: "FAQ"