Search Gradle plugins

Add this plugin to your build using the plugins DSL:

plugins {
  id("dev.icerock.mobile.multiplatform-resources") version "0.24.0-alpha-5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("dev.icerock.moko:resources-generator:0.24.0-alpha-5")
      }
    }
    
    apply(plugin = "dev.icerock.mobile.multiplatform-resources")
  • Applying plugins to all subprojects .