https://github.com/team-b1nd/dds-compose
스마트 스쿨 플랫폼 '도담도담' Jetpack Compose 디자인 시스템
https://github.com/team-b1nd/dds-compose
android design-system jetpack-compose kotlin
Last synced: 28 days ago
JSON representation
스마트 스쿨 플랫폼 '도담도담' Jetpack Compose 디자인 시스템
- Host: GitHub
- URL: https://github.com/team-b1nd/dds-compose
- Owner: Team-B1ND
- License: mit
- Created: 2024-03-15T14:58:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:20:42.000Z (about 2 months ago)
- Last Synced: 2025-03-21T05:43:06.392Z (about 1 month ago)
- Topics: android, design-system, jetpack-compose, kotlin
- Language: Kotlin
- Homepage: http://dds.b1nd.com/docs/category/android
- Size: 8.65 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## How to use?
in your project
```gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
}
```module
```gradle
dependencies {
implementation("com.b1nd.dodam:dodam-design-system:{version}")
}