Skip to content

F-013: Compose support for Android targets#157

Merged
stepango merged 1 commit into
v2from
forma/F-013-compose-support
Jul 12, 2026
Merged

F-013: Compose support for Android targets#157
stepango merged 1 commit into
v2from
forma/F-013-compose-support

Conversation

@stepango

Copy link
Copy Markdown
Collaborator

Summary

Implements F-013 / GH #96 Compose support:

  • compose flag on impl, androidLibrary, androidUtil, androidApp, uiLibrary, androidBinary
  • Project composeCompilerVersion (default 1.5.3 for Kotlin 1.9.10)
  • New composeWidget target (suffix compose-widget, always enables Compose)
  • Validators allow compose-widget from UI/composition consumers; widget and compose-widget may depend on each other
  • Sample: application/common/greeting/compose-widget + binary compose=true
  • Sample compileSdk 34 for Compose AAR metadata; CI installs platform 34
  • Docs: docs/COMPOSE.md, matrix/README/ARCHITECTURE/ENV

Verify

  • plugins/: ./gradlew build -> BUILD SUCCESSFUL
  • application/: ./gradlew build -> BUILD SUCCESSFUL (2151 tasks)

Next

F-014 sample app gold-standard structure

Wire Jetpack Compose into Forma Android targets (GH #96). Per-target compose flag, composeCompilerVersion, composeWidget target, sample greeting module, compileSdk 34 for AAR metadata.
@stepango stepango merged commit 59501d6 into v2 Jul 12, 2026
8 checks passed
@stepango stepango deleted the forma/F-013-compose-support branch July 12, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant