Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mpetuska/kotlin-sandbox
- Owner: mpetuska
- License: apache-2.0
- Created: 2022-07-19T09:47:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T20:17:49.000Z (over 1 year ago)
- Last Synced: 2024-10-27T16:17:09.329Z (3 months ago)
- Topics: kotlin, kotlin-js, kotlin-jvm, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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