Search Gradle plugins

io.github.qamarelsafadi.kmp.app.icon.generator

KMPAppIconGeneratorPlugin is a plugin that helps you change your Android and iOS app icon from one line command

https://github.com/qamarelsafadi/KMPAppIconGeneratorPlugin

Sources: https://github.com/qamarelsafadi/KMPAppIconGeneratorPlugin.git

Version 1.2.6 (latest)

1.2.6

Created 06 September 2024.

KMPAppIconGeneratorPlugin is a plugin that helps you change your Android and iOS app icon from one line command

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.qamarelsafadi.kmp.app.icon.generator") version "1.2.6"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.qamarelsafadi:build-logic:1.2.6")
      }
    }
    
    apply(plugin = "io.github.qamarelsafadi.kmp.app.icon.generator")
  • Applying plugins to all subprojects .