Skip to content

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

License

Notifications You must be signed in to change notification settings

Team-B1ND/dds-compose

Folders and files

NameName
Last commit message
Last commit date
Dec 24, 2024
Aug 14, 2024
Mar 7, 2025
Sep 4, 2024
Aug 14, 2024
Mar 25, 2024
Mar 4, 2025
Aug 14, 2024
Mar 16, 2024
Mar 16, 2024
Sep 4, 2024
Jun 17, 2024

Repository files navigation

version

How to use?

in your project

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
    }
}

module

dependencies {
  implementation("com.b1nd.dodam:dodam-design-system:{version}")
}