Search Gradle plugins

ru.pocketbyte.locolaser.kmp

Extended Plugin for LocoLaser that also attaches all required dependencies for Kotlin Multiplatform projects.

https://github.com/PocketByte/LocoLaser/

Sources: https://github.com/PocketByte/LocoLaser/

Version 2.5.0 (latest)

2.5.0

Created 13 November 2024.

Extended Plugin for LocoLaser that also attaches all required dependencies for Kotlin Multiplatform projects.

Add this plugin to your build using the plugins DSL:

plugins {
  id("ru.pocketbyte.locolaser.kmp") version "2.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ru.pocketbyte.locolaser:plugin-kmp:2.5.0")
      }
    }
    
    apply(plugin = "ru.pocketbyte.locolaser.kmp")
  • Applying plugins to all subprojects .