Search Gradle plugins

Version 0.3.0-SNAPSHOT-test

0.3.0-SNAPSHOT-test

Created 23 September 2022.

Kotlin Multiplatform conventions with the JVM target and the JS browser target

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.huanshankeji.kotlin-multiplatform-jvm-and-js-browser-conventions") version "0.3.0-SNAPSHOT-test"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.3.0-SNAPSHOT-test")
      }
    }
    
    apply(plugin = "com.huanshankeji.kotlin-multiplatform-jvm-and-js-browser-conventions")
  • Applying plugins to all subprojects .