This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Drafted as part of a conversation in https://www.linkedin.com/posts/shubhamsinghshubham777_kotlin-compose-jetpackcompose-activity-7343659024954925059-QS39 | |
// To repro yourself, you can run `kobweb create app/empty` and overwrite `pages/Index.kt` with this code: | |
import androidx.compose.runtime.Composable | |
import androidx.compose.runtime.remember | |
import com.varabyte.kobweb.compose.css.CSSTimeNumericValue | |
import com.varabyte.kobweb.compose.css.StyleVariable | |
import com.varabyte.kobweb.compose.foundation.layout.Box | |
import com.varabyte.kobweb.compose.foundation.layout.Column | |
import com.varabyte.kobweb.compose.foundation.layout.Row |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"label":"coverage","message":"91.4%","schemaVersion":1,"color":"hsl(109, 100%, 40%)"} |