de.comahe.i18n4k
Owner: comahe.de
i18n4k - Internationalization for Kotlin - Code Generator
https://comahe-de.github.io/i18n4k
Sources: https://github.com/comahe-de/i18n4k
Version 0.9.0 (latest)
0.9.0
Created 12 August 2024.
i18n4k - Internationalization for Kotlin - Code Generator
Add this plugin to your build using the plugins DSL:
plugins {
id("de.comahe.i18n4k") version "0.9.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.comahe.i18n4k:i18n4k-gradle-plugin:0.9.0") } } apply(plugin = "de.comahe.i18n4k")
- Applying plugins to all subprojects .