File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments