All Projects → RinOrz → sweekt

RinOrz / sweekt

Licence: Apache-2.0 license
🍭 Some sugar to sweeten Kotlin development.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to sweekt

Penicillin
Modern powerful Twitter API wrapper for Kotlin Multiplatform. #PureKotlin
Stars: ✭ 91 (+160%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
Smart-Inspector
Fluent re-take on Unity Inspector UX. Packed with QoL improvements.
Stars: ✭ 680 (+1842.86%)
Mutual labels:  toolkit, utils
kotlin-everywhere
Kotlin/Everywhere Beijing 2019
Stars: ✭ 31 (-11.43%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
Notflix
Kotlin Multiplatform playground
Stars: ✭ 272 (+677.14%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
XinFramework
Android 快速开发框架 总结以往开发结合三方项目 不断更新
Stars: ✭ 21 (-40%)
Mutual labels:  utils, common
Splitties
A collection of hand-crafted extensions for your Kotlin projects.
Stars: ✭ 1,945 (+5457.14%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
jPublic
在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管理完善工具库。
Stars: ✭ 39 (+11.43%)
Mutual labels:  utils, common
go-tools
A utility tool library of Golang.
Stars: ✭ 44 (+25.71%)
Mutual labels:  toolkit, utils
dt-utils
前端常用工具函数
Stars: ✭ 23 (-34.29%)
Mutual labels:  toolkit, utils
Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+1471.43%)
Mutual labels:  toolkit, utils
KMP-NativeCoroutines
Library to use Kotlin Coroutines from Swift code in KMP apps
Stars: ✭ 502 (+1334.29%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
mobius.kt
Kotlin Multiplatform framework for managing state evolution and side-effects
Stars: ✭ 39 (+11.43%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
tv-maniac
Tv-Maniac is a Multiplatform app (Android & iOS) for viewing TV Shows from TMDB.
Stars: ✭ 55 (+57.14%)
Mutual labels:  kotlin-coroutines, kotlin-multiplatform
OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
Stars: ✭ 24 (-31.43%)
Mutual labels:  utils
debugconsole
A general-purpose debug console for the Godot Engine.
Stars: ✭ 24 (-31.43%)
Mutual labels:  toolkit
kgl
Lightweight OpenGL abstraction for Kotlin Multiplatform
Stars: ✭ 21 (-40%)
Mutual labels:  kotlin-multiplatform
beems
a bee-queue based minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Stars: ✭ 33 (-5.71%)
Mutual labels:  toolkit
moko-maps
Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 47 (+34.29%)
Mutual labels:  kotlin-multiplatform
gilbert
Build system and task runner for Go projects
Stars: ✭ 105 (+200%)
Mutual labels:  toolkit
PexWallpapers
Android application following best practices: Jetpack, Jetpack Compose, Modularity, Clean Architecture, Kotlin Coroutines, Tests, MVVM, DI, Static Analysis
Stars: ✭ 86 (+145.71%)
Mutual labels:  kotlin-coroutines

Toolkit [ 🚧 Work in progress 👷🔧️ 🚧 ]

Snapshot version:
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
  2. JvmTest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].