https://github.com/vanniktech/playground
Empty project with basic dependencies for testing a few things out.
https://github.com/vanniktech/playground
Last synced: 8 months ago
JSON representation
Empty project with basic dependencies for testing a few things out.
- Host: GitHub
- URL: https://github.com/vanniktech/playground
- Owner: vanniktech
- License: apache-2.0
- Created: 2018-04-01T12:30:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T15:09:42.000Z (8 months ago)
- Last Synced: 2025-05-05T16:27:57.347Z (8 months ago)
- Language: Kotlin
- Size: 2.64 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
Playground
==========
- Android: `./gradlew installDebug`
- iOS: XCode ...
- Desktop: `./gradlew composeApp:run`
- Server: `./gradlew server:run`
- Server: `./gradlew server:shadowJar && java -jar server/build/libs/server-all.jar`
**Unsupported:**
- Web/Wasm: `./gradlew composeApp:wasmJsBrowserDevelopmentRun`