Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jan-tennert/einkaufszettelnext
https://github.com/jan-tennert/einkaufszettelnext
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jan-tennert/einkaufszettelnext
- Owner: jan-tennert
- Created: 2023-11-03T14:24:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-23T07:42:48.000Z (4 months ago)
- Last Synced: 2024-11-08T04:05:29.906Z (2 months ago)
- Language: Kotlin
- Size: 497 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Compose Multiplatform Application
## Before running!
- install JDK 17 on your machine
- add `local.properties` file to the project root and set a path to Android SDK there### Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configurationTo build the application bundle:
- run `./gradlew :composeApp:assembleDebug`
- find `.apk` file in `composeApp/build/outputs/apk/debug/composeApp-debug.apk`### Browser
Run the browser application: `./gradlew :composeApp:jsBrowserDevelopmentRun`