Search Gradle plugins

Version 1.2 (latest)

1.2

Created 27 January 2020.

Didactical Multiplatform Game Engine for Kotlin

Add this plugin to your build using the plugins DSL:

plugins {
  id("me.emig.engineEmi") version "1.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("me.emig:engineEmiGradlePlugin:1.2")
      }
    }
    
    apply(plugin = "me.emig.engineEmi")
  • Applying plugins to all subprojects .