/kotlin-material-ui

[UNMAINTAINED] Kotlin Wrapper Library of Material-UI

Primary LanguageKotlinMIT LicenseMIT

⚠️️ This repository is UNMAINTAINED. I recommend using kotlin-mui by JetBrains instead. ⚠️

kotlin-material-ui

Kotlin Wrapper Library of Material-UI

Core: Download

Lab: Download

Installation

repositories {
    jcenter()
    // or maven { url 'https://dl.bintray.com/subroh0508/maven' }
}

dependencies {
    implementation "net.subroh0508.kotlinmaterialui:core:${version}"
    implementation "net.subroh0508.kotlinmaterialui:lab:${version}"
}

License

This project is licensed under the terms of the MIT license.