/color-sheet-multiplatform

A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet.

Primary LanguageKotlin

color-sheet-multiplatform

A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet. In this app, the font color logic is shared. Also, the font color is calculated from the background color.

Web(JavaScript) Desktop(Jetpack Compose)
Screen Shot 2021-02-10 at 13 43 38 Screen Shot 2021-02-10 at 13 47 11
Screen Shot 2021-02-10 at 14 56 29 Screen Shot 2021-02-10 at 14 56 15

Web(JavaScript)

$ ./gradlew browserRun

Desktop(Jetpack Compose)

$ ./gradlew desktop:run