Compose Unstyled 2.0 is out! Check the official announcement blog ->

Installation

How to install Composables UI.

There are 2 ways to add Composables UI to your project.

Either via the gradle dependency, or by manually copy and pasting the sources in your project.

Add the Gradle dependency in your app/build.gradle.kts file. This will add all components and theming functionality to your project:

implementation("com.composables:ui:0.1.0")