Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web module working and added #215

Merged
merged 1 commit into from
Feb 20, 2023
Merged

web module working and added #215

merged 1 commit into from
Feb 20, 2023

Conversation

wakaztahir
Copy link
Contributor

@wakaztahir wakaztahir commented Jan 27, 2023

  • Web module working with the demo
  • I have added comments to changes , other than these commented changes , I only added a web module folder which uses the code from the desktop module

@@ -15,3 +15,4 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
android.useAndroidX=true

org.jetbrains.compose.experimental.jscanvas.enabled=true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required to enable jscanvas experimental feature

@@ -12,6 +12,10 @@ version = "0.9.6"

kotlin {
jvm()
js(IR) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add js to kotlin source sets

@@ -13,4 +13,5 @@ rootProject.name = "ComposeReorderList"
include(":android")
include(":desktop")
include(":reorderable")
include(":web")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include web module

@aclassen aclassen merged commit b0729bd into aclassen:main Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants