Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)