-
Notifications
You must be signed in to change notification settings - Fork 9
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
New gallery UI implementation #56
base: main
Are you sure you want to change the base?
Conversation
@@ -30,8 +30,14 @@ dependencyResolutionManagement { | |||
} | |||
} | |||
|
|||
plugins { | |||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added for hot-reload on jvm/deskop: https://github.com/JetBrains/compose-hot-reload
@@ -106,7 +106,8 @@ fun Project.createWasmAndJsStorytaleExecTask(compilation: KotlinJsIrCompilation) | |||
val compilationTarget = compilation.target as KotlinJsIrTarget | |||
|
|||
afterEvaluate { | |||
compilationTarget.browser.configureBuild(compilation) | |||
compilationTarget.browser.configureRun(compilation) | |||
// TODO: fix compatibility with Kotlin 2.1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @JSMonk (I didn't find a good solution yet). The APIs were removed here JetBrains/kotlin@08ac97bd#diff-f77064ff81d3086eaa8418647a07fddf1b0b4ade938ef48119ee635f686b37f9
Highlights:
./gradlew :gallery-demo:wasmJsBrowserDevelopmentRun