chadmorrow / kotlin-material-ui

Kotlin Wrapper Library of Material-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "subroh0508.net.kotlinmaterialui:core:${coreVersion}"
    implementation "subroh0508.net.kotlinmaterialui:lab:${labVersion}"
}

License

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

About

Kotlin Wrapper Library of Material-UI

License:MIT License


Languages

Language:Kotlin 100.0%