v0.10.1
app_intents 0.10.1
- Fix Android build on Kotlin 2.3+ / AGP 9.1.0+: migrate the plugin's
android/build.gradle.ktsfrom the deprecatedkotlinOptionsDSL to the moderncompilerOptionsDSL (#20, thanks @cpbritton)- The
kotlinOptionsblock now causes "Script compilation errors" with recent Kotlin Gradle Plugin / AGP toolchains;compilerOptions { jvmTarget.set(JvmTarget.JVM_17) }is the supported replacement
- The
- Maintenance: dependency bumps and OSS infrastructure hardening (CI, issue/PR templates, Dependabot)
app_intents_annotations 0.10.1 / app_intents_codegen 0.10.1
- No API changes; version-aligned with
app_intents0.10.1 - codegen: dependency maintenance (
analyzer,source_gen,build,build_test,dart_style,test)
Published to pub.dev:
- https://pub.dev/packages/app_intents/versions/0.10.1
- https://pub.dev/packages/app_intents_annotations/versions/0.10.1
- https://pub.dev/packages/app_intents_codegen/versions/0.10.1
Full Changelog: v0.10.0...v0.10.1