Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-b1nd/dds-compose
스마트 스쿨 플랫폼 '도담도담' Jetpack Compose 디자인 시스템
https://github.com/team-b1nd/dds-compose
android design-system jetpack-compose kotlin
Last synced: about 8 hours 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T02:40:56.000Z (about 2 months ago)
- Last Synced: 2024-09-11T04:48:57.103Z (about 2 months ago)
- Topics: android, design-system, jetpack-compose, kotlin
- Language: Kotlin
- Homepage: http://dds.b1nd.com/docs/category/android
- Size: 8.54 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![version](https://img.shields.io/badge/version-1.0.9-blue)
## 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}")
}