Skip to content

Commit 50e6205

Browse files
committed
Merge branch 'refs/heads/master' into 2.0.0-beta2-prepare
2 parents ea04f68 + 084ae72 commit 50e6205

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)