Kira
Automatically generates UI demos which allow users to call any function (including composable ones) with any parameters. Useful for building demo screens in playground apps of various design systems.
Development Status
In active development, no usable version is released
Demo Video
Getting Started
Add the following code to your project's root build.gradle
file:
repositories {
maven { url "https://jitpack.io" }
}
Next, add the dependency below to your module's build.gradle
file:
dependencies {
implementation "com.github.popovanton0:kira:LATEST_VERSION"
ksp "com.github.popovanton0:kira-processor:LATEST_VERSION"
}
Usage
Examples are in the source code.
Basic
TODO()