Skip to content

aerialist7/kotlin-mui-showcase

Repository files navigation

Kotlin MUI Showcase

Demo Stand of Kotlin/JS Material-UI

This project uses official Kotlin MUI Wrappers:

App Snapshots

Accordion Alert Dialog Image List Menu Table


Useful commands

Clean

./gradlew clean
./gradlew --stop

Build

./gradlew build

Run

./gradlew jsRun -t

Gradle Wrapper update

./gradlew wrapper