Skip to content

CodeAssist 3.0

Choose a tag to compare

@tyron12233 tyron12233 released this 16 Jun 07:49
· 32 commits to main since this release

CodeAssist 3.0 — rebuilt from the ground up.

  • New native incremental build engine and on-device Android APK pipeline
    (aapt2, R, D8 dexing, packaging, signing) — build and install on-device.
  • Build and run mixed Kotlin/Java projects; the Kotlin compiler now runs on
    device.
  • Multi-module projects, Android app/library modules, variants and JAR/AAR
    Maven dependencies.
  • Error-tolerant code completion, Android XML intelligence, inline diagnostics
    and quick-fixes, go-to-symbol and auto-import.
  • New Scratch/Blockly-style block editor that projects your real code.
  • Run sandbox that prompts before code accesses network, files or processes.
  • Rebuilt Compose UI shared across desktop and Android.