org.jetbrains.kotlin.xcode-compat
Owner: Kotlin Team
This plugin simplifies integration of Kotlin MPP into Xcode projects
Sources: https://github.com/JetBrains/kotlin/
Version 0.2.5 (latest)
0.2.5
Created 01 November 2019.
This plugin simplifies integration of Kotlin MPP into Xcode projects
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlin.xcode-compat") version "0.2.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlin.xcode-compat:xcode-compat:0.2.5") } } apply(plugin = "org.jetbrains.kotlin.xcode-compat")
- Applying plugins to all subprojects .