Skeptick / libres

Resources generation in Kotlin Multiplatform
Apache License 2.0
207 stars 11 forks source link

Consider support Java style template arguments #49

Open WonderCsabo opened 10 months ago

WonderCsabo commented 10 months ago

The plugin currently forbids Java style (%1$s) string template arguments in the xml. Currently this plugin strictly forbids this style. However, the plugin still uses the same format as Android strings. It would be great if we could use 100% the same format as in Android, since Android support Java style arguments. If generateNamedArguments=false, then this plugin should allow Java style format args.