Compose Multiplatform

2024-01-16  本文已影响0人  肖散

commonMain中无法预览问题

解决方案

  1. 确保安装了Compose Multiplatform IDE Support 插件。这个应该的都有
  2. 新建一个Preview类。


    image.png
package androidx.compose.desktop.ui.tooling.preview

@Retention(AnnotationRetention.SOURCE)
@Target(
    AnnotationTarget.FUNCTION
)
annotation class Preview
上一篇 下一篇

猜你喜欢

热点阅读