Search Gradle plugins

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

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.telereso.kmp") version "0.0.35"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.telereso.kmp:gradle-plugin:0.0.35")
      }
    }
    
    apply(plugin = "io.telereso.kmp")
  • Applying plugins to all subprojects .