Conversation
|
I asked about the issue with resources in different modules in k/js. It's a known thing, but no official solution available yet. |
|
@eymar
|
|
That's right. This workaround will be needed if we have many modules with different resources and all of them need to be included in the final distribution. |
|
@eymar |
|
Yeah, not urgent. Just some notes for the time we decided to get back to it: So I changed it a bit in my branch to make it work: val copyResources = tasks.create("copyJsResourcesWorkaround", Copy::class.java) {
from(project(":resources:demo:shared").file("src/commonMain/resources"))
into("build/processedResources/js/main")
}
afterEvaluate {
project.tasks.getByName("jsProcessResources").finalizedBy(copyResources)
} |
[#2614](JetBrains/compose-multiplatform-core#2614) bumps LV to 2.2 for all non-android platforms so let's update explicit check as well. Fixes [CMP-9282](https://youtrack.jetbrains.com/issue/CMP-9282/Minimal-Kotlin-version-requirements) ## Release Notes N/A
No description provided.