Skip to content

Commit 084ae72

Browse files
authored
Merge pull request #727 from JetBrains/ktl-1459-fix-app-properties-paths
KTL-1459 Complier-Server: fix the incompatibility of the latest Wasm/Compose changes
2 parents 6abd1a1 + 848a9d5 commit 084ae72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ fun generateProperties(prefix: String = "") = """
9797
indexesJs.file=${prefix + indexesJs}
9898
indexesWasm.file=${prefix + indexesWasm}
9999
indexesComposeWasm.file=${prefix + indexesComposeWasm}
100-
libraries.folder.jvm=${prefix + libJVMFolder}
101-
libraries.folder.js=${prefix + libJSFolder}
102-
libraries.folder.wasm=${prefix + libWasmFolder}
103-
libraries.folder.compose-wasm=${prefix + libComposeWasmFolder}
104-
libraries.folder.compose-wasm-compiler-plugins=${prefix + libComposeWasmCompilerPluginsFolder}
100+
libraries.folder.jvm=${prefix + libJVM}
101+
libraries.folder.js=${prefix + libJS}
102+
libraries.folder.wasm=${prefix + libWasm}
103+
libraries.folder.compose-wasm=${prefix + libComposeWasm}
104+
libraries.folder.compose-wasm-compiler-plugins=${prefix + libComposeWasmCompilerPlugins}
105105
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
106106
server.compression.enabled=true
107107
server.compression.mime-types=application/json

0 commit comments

Comments
 (0)