Skip to content

v0.10.1

Choose a tag to compare

@touyou touyou released this 05 Jun 00:11
· 41 commits to main since this release

app_intents 0.10.1

  • Fix Android build on Kotlin 2.3+ / AGP 9.1.0+: migrate the plugin's android/build.gradle.kts from the deprecated kotlinOptions DSL to the modern compilerOptions DSL (#20, thanks @cpbritton)
    • The kotlinOptions block now causes "Script compilation errors" with recent Kotlin Gradle Plugin / AGP toolchains; compilerOptions { jvmTarget.set(JvmTarget.JVM_17) } is the supported replacement
  • 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_intents 0.10.1
  • codegen: dependency maintenance (analyzer, source_gen, build, build_test, dart_style, test)

Published to pub.dev:

Full Changelog: v0.10.0...v0.10.1