com.rickclephas.kmp.nativecoroutines
Owner: Rick Clephas
Swift library for Kotlin Coroutines
https://github.com/rickclephas/KMP-NativeCoroutines
Sources: https://github.com/rickclephas/KMP-NativeCoroutines
Version 0.11.0-kotlin-1.6.0
0.11.0-kotlin-1.6.0
Created 22 December 2021.
Swift library for Kotlin Coroutines
Add this plugin to your build using the plugins DSL:
plugins {
id("com.rickclephas.kmp.nativecoroutines") version "0.11.0-kotlin-1.6.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin:0.11.0-kotlin-1.6.0") } } apply(plugin = "com.rickclephas.kmp.nativecoroutines")
- Applying plugins to all subprojects .