15ebf56db0ecf355e089ba2ab0ce42d59390695d
Replace GridCells.Adaptive(minSize=75.dp) with GridCells.Fixed(N) where column count and item spans are determined by WindowSizeClass via new UiConstants.Grid helper. Compact shows 2 attr/1 talent per row, Medium and Expanded show 4 attr/2 talent per row. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ShadowrunCharSheet
Android
To run the application on android device/emulator:
- open project in Android Studio and run imported android run configuration
To build the application bundle:
- run
./gradlew :androidApp:assembleDebug - find
.apkfile inandroidApp/build/outputs/apk/debug/androidApp-debug.apk
Desktop
Run the desktop application: ./gradlew :desktopApp:run
Run the desktop hot reload application: ./gradlew :desktopApp:hotRun --auto
iOS
To run the application on iPhone device/simulator:
- Open
iosApp/iosApp.xcprojectin Xcode and run standard configuration - Or use Kotlin Multiplatform Mobile plugin for Android Studio
Web Distribution
Build web distribution: ./gradlew :webApp:composeCompatibilityBrowserDistribution
Deploy a dir webApp/build/dist/composeWebCompatibility/productionExecutable to a web server
JS Browser
Run the browser application: ./gradlew :webApp:jsBrowserDevelopmentRun
Wasm Browser
Run the browser application: ./gradlew :webApp:wasmJsBrowserDevelopmentRun
Description
Kotlin Multiplatform / Compose Multiplatform Shadowrun 5e character sheet app (Android, Desktop, Web, iOS)
Releases
1
v1.0.0 - Initial Release
Latest
Languages
Kotlin
99.2%
HTML
0.6%
Swift
0.2%