I18nPlugin

class I18nPlugin : Plugin<Project>

The entry point for the Octavius I18n Gradle plugin.

This plugin sets up the octaviusI18n extension and dynamically registers code generation tasks for each configured translation generator. It automatically hooks generated sources into the Kotlin Multiplatform or Kotlin JVM compilation process.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)