io.telereso.kmp
Owner: Ahmed na
Include tasks needed while working with Telereso's Kotlin multiplatform annotations also to support react native and flutter
https://kmp.telereso.io/annotations/
Sources: https://github.com/telereso/kmp-annotations
Version 0.3.0-wasm.1
0.3.0-wasm.1
Created 12 October 2024.
Include tasks needed while working with Telereso's Kotlin multiplatform annotations also to support react native and flutter
Add this plugin to your build using the plugins DSL:
plugins {
id("io.telereso.kmp") version "0.3.0-wasm.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.telereso.kmp:gradle-plugin:0.3.0-wasm.1") } } apply(plugin = "io.telereso.kmp")
- Applying plugins to all subprojects .