Team-B1ND / dds-android

스마트 스쿨 플랫폼 '도담도담' Jetpack Compose 디자인 시스템

Home Page:http://dds.b1nd.com/docs/category/android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version

How to use?

in your project

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven("https://jitpack.io")
    }
}

module

dependencies {
  implementation("com.github.Team-B1ND:dds-android:{version}")
}

About

스마트 스쿨 플랫폼 '도담도담' Jetpack Compose 디자인 시스템

http://dds.b1nd.com/docs/category/android

License:MIT License


Languages

Language:Kotlin 100.0%