JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.24k stars 1.11k forks source link

Show desktop preview tool for common preview (#4839) #4979

Open sergeshustoff opened 1 week ago

sergeshustoff commented 1 week ago

Allows desktop preview to work with org.jetbrains.compose.ui.tooling.preview.Preview annotation in addition to desktop preview annotation. That allows using preview in common code (#2045), though only with desktop target enabled

Fixes #4839, #2045