https://kotlinlang.org logo
Title
h

Hunter Breathat

02/26/2021, 1:09 AM
👋 I'm looking to use the
@Preview
annotation, but there doesn't appear to be support for it. Is that correct?
j

jim

02/26/2021, 1:24 AM
Correct, @Preview is not yet supported in Intellij Idea. It has largely been unnecessary because it's so easy to make a simple
main
function and just run a local desktop window that renders a widget. At some point in the future, we will probably add
@Preview
support into the IDE.
👍 3
t

theapache64

02/26/2021, 5:10 AM
@Hunter Breathat I think this will help you https://twitter.com/theapache64/status/1360893177532588033
👍 3