Hive Hive
Sign in

Add Android target kinds with Kotlin support and APK run

Metadata
Source
GitHub
Version
0.24.0
Domains
Published
Jun 28, 2026 · 10:12 UTC
Repository
tuist/once
Update

You can now build Android apps in Once through dedicated target kinds: android_resource, android_library, and android_binary. Mixed Java and Kotlin sources compile into the same class output, and once run for an android_binary builds the APK first and then installs, resolves, and launches the launcher activity through adb. Bundled starter examples and reference docs for the new kinds are included.