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 1.0.0-ALPHA-33
1.0.0-ALPHA-33
Created 31 July 2024.
Swift library for Kotlin Coroutines
Add this plugin to your build using the plugins DSL:
plugins {
id("com.rickclephas.kmp.nativecoroutines") version "1.0.0-ALPHA-33"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin:1.0.0-ALPHA-33") } } apply(plugin = "com.rickclephas.kmp.nativecoroutines")
- Applying plugins to all subprojects .