Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chachako/sweekt
🍭 Some sugar to sweeten Kotlin development.
https://github.com/chachako/sweekt
android android-ktx android-library common common-library kotlin kotlin-android kotlin-coroutines kotlin-extensions kotlin-multiplatform library toolkit utils utils-commons
Last synced: 3 months ago
JSON representation
🍭 Some sugar to sweeten Kotlin development.
- Host: GitHub
- URL: https://github.com/chachako/sweekt
- Owner: chachako
- License: apache-2.0
- Created: 2020-09-15T17:06:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:38:21.000Z (about 1 year ago)
- Last Synced: 2024-10-12T11:33:44.457Z (4 months ago)
- Topics: android, android-ktx, android-library, common, common-library, kotlin, kotlin-android, kotlin-coroutines, kotlin-extensions, kotlin-multiplatform, library, toolkit, utils, utils-commons
- Language: Kotlin
- Homepage:
- Size: 59.8 MB
- Stars: 35
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Toolkit [ 🚧 Work in progress ⛏👷🔧️ 🚧 ]
##### Snapshot version:
```kotlin
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
}dependencies {
implementation("com.meowool.toolkit:sweekt:0.1.0-SNAPSHOT")
}
```The document has not been written.
For more details please refer to kdoc, and the usage please refer to the directory related to test:
1. [CommonTest](/library/src/commonTest/kotlin)
2. [JvmTest](/library/src/jvmTest/kotlin)