Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpetuska/kotlin-sandbox

A clean and minimal setup for kotlin experiments.
https://github.com/mpetuska/kotlin-sandbox

kotlin kotlin-js kotlin-jvm kotlin-multiplatform

Last synced: about 2 months ago
JSON representation

A clean and minimal setup for kotlin experiments.

Awesome Lists containing this project

README

        

# kotlin-sandbox

A clean and minimal setup for kotlin experiments.

## Structure

- [build-conventions](./build-conventions) - gradle logic and plugins
- [scripts](./scripts) - utility scripts to manage the project
- [gradle](./gradle) - gradle wrapper files as well as shared config files
- [versions.properties](./gradle/versions.properties) - dependency versioning control
- [detekt.yml](./gradle/detekt.yml) - detekt config
- [modules](./modules) - various sandboxes for kotlin code
- [kjs](./modules/kjs) - kotlin/js sandbox
- [kjvm](./modules/kjvm) - kotlin/jvm sandbox
- [kmp](./modules/kmp) - kotlin/multiplatform sandbox
- [ts](./modules/ts) - typescript sandbox