美文网首页
Compose Multiplatform

Compose Multiplatform

作者: 肖散 | 来源:发表于2024-01-16 17:52 被阅读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

相关文章

网友评论

      本文标题:Compose Multiplatform

      本文链接:https://www.haomeiwen.com/subject/lhwkodtx.html