Files
tauri-plugins-workspace/.changes/android-kotlin-compiler-options.md
T
Lucas Nogueira 9b29b601f3 feat: update to tauri 2.12
- (MSRV bump
- Android compiler options update
- notification plugin windows7 feature deprecation
2026-09-26 14:46:48 -03:00

17 lines
425 B
Markdown

---
"barcode-scanner": patch
"biometric": patch
"clipboard-manager": patch
"deep-link": patch
"dialog": patch
"fs": patch
"geolocation": patch
"haptics": patch
"nfc": patch
"notification": patch
"opener": patch
"shell": patch
---
Migrate the Android Gradle scripts from the deprecated `kotlinOptions` DSL to `compilerOptions`, which Kotlin Gradle Plugin 2.3+ requires, to match the Tauri 2.12 Android library and templates.