https://github.com/yasanglass/toolkit
Personal development toolkit.
https://github.com/yasanglass/toolkit
kotlin kotlin-android kotlin-ios kotlin-jvm kotlin-multiplatform
Last synced: 5 months ago
JSON representation
Personal development toolkit.
- Host: GitHub
- URL: https://github.com/yasanglass/toolkit
- Owner: yasanglass
- License: apache-2.0
- Created: 2025-07-07T20:20:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T20:57:51.000Z (5 months ago)
- Last Synced: 2025-07-27T21:41:41.146Z (5 months ago)
- Topics: kotlin, kotlin-android, kotlin-ios, kotlin-jvm, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 766 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toolkit
[](https://github.com/yasanglass/toolkit/actions/workflows/build.yml)
[](https://central.sonatype.com/artifact/glass.yasan.toolkit/core)
[](https://central.sonatype.com/artifact/glass.yasan.toolkit/compose)
Personal development toolkit.
### Kotlin Multiplatform
##### [Core](https://github.com/yasanglass/toolkit/tree/main/kotlin-multiplatform/core)
```kotlin
implementation("glass.yasan.toolkit:core:")
```
##### [Compose](https://github.com/yasanglass/toolkit/tree/main/kotlin-multiplatform/compose)
```kotlin
implementation("glass.yasan.toolkit:compose:")
```