kotlin-material-ui
Kotlin Wrapper Library of Material-UI
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.