commonMain中无法预览问题
- 确保安装了Compose Multiplatform IDE Support 插件。这个应该的都有
-
新建一个Preview类。
image.png
package androidx.compose.desktop.ui.tooling.preview
@Retention(AnnotationRetention.SOURCE)
@Target(
AnnotationTarget.FUNCTION
)
annotation class Preview