Skip to content

Jetpack Compose For Web Support #214

@wakaztahir

Description

@wakaztahir

There's Already #200

Web Support can be added just as easily since compose with skia support for web has launched

org.jetbrains.compose.experimental.jscanvas.enabled=true

and you can add

    js(IR) {
        browser()
        binaries.executable()
    }

inside the kotlin block in library;s build.gradle.kts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions