Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 973 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 973 Bytes

⚠️️ 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.