Skip to content

Release v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 02:16
08fb9a7

v0.5.0

🚀 Features

  • Room Database Support: Added the ability to generate Room database configurations in Android projects (#246).
  • Android KMP Library Mode: Introduced support for com.android.kotlin.multiplatform.library in Android library conventions (#247).

📦 Dependency Updates

  • Gradle: Updated to v9.4.0 (#265).
  • Android Gradle Plugin (AGP): Updated to v9.1.0 (#257).
  • Dagger Hilt: Updated to v2.59.2 (#249).
  • Compose BOM: Updated to v2026.02.01 (#254).
  • Metro Gradle Plugin: v0.11.2.
  • JUnit Framework: Updated monorepo to v6.0.3 (#245).
  • Other: Updated androidx.activity:activity-ktx to v1.12.4 (#241)

🛠 Improvements

  • Gradle & AGP Handling:
    • Improved AGP flag handling for better compatibility (#262).
    • Fixed formatting of generated libs.versions.toml files (#261).
  • CI & Testing:
    • Extended JDK 21 support in CI jobs (#259).
    • Added RoomNoneE2EValidationTest and updated Room manifest tests (#248, #268).
    • Removed obsolete project generator tests (#269).
  • General:
    • Improved multiplatform project generation logic (#263).
    • Added documentation/explanation for classes-module input logic (#267).