1 repository
Kotlin compiler plugins that transform composable functions into UI code at compile time.
Distinct from Design Compilation Plugins: Distinct from Design Compilation Plugins: focuses on Kotlin compiler extensions for Jetpack Compose UI generation, not general design-time compilation pipelines.
Explore 1 awesome GitHub repository matching development tools & productivity · Compose Compiler Plugins. Refine with filters or upvote what's useful.
AndroidX is the official collection of Android Jetpack libraries for building Android applications. It provides a suite of backward-compatible APIs that expose modern platform features on older Android versions, ensuring consistent functionality across devices. The project is built around lifecycle-aware component architecture, with tools like ViewModel for preserving UI data across configuration changes, LiveData for lifecycle-aware data observation, and WorkManager for constraint-based background task scheduling. The project distinguishes itself through compile-time code generation and type
Transforms composable functions into UI code at compile time using Kotlin compiler extensions.