tauri/.changes/cli-allow-kotlin-keyword-as-ident.md
Jason Tsai 71a5e2ba24
fix(android): allow and escape Kotlin keywords as package identifier, closes #9743 (#9799)
* fix(android): escape kotlin only keyword in template

* fix: escape keywords in wry templates aswell

* chore: add changelog

* chore: remove unused code

* fix(android): wry template, package name should reverse

* update cargo-mobile2

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-05-28 07:52:48 -03:00

123 B

tauri-cli
patch:enhance

On Android, allow using Kotlin keywords as identifiers and escape them in templates.