Browse Source
./gradlew clean :html-integration-core:jsBrowserRun -Pkotlin.version=1.9.10 // ok ./gradlew clean :html-integration-core:jsBrowserRun -Pkotlin.version=1.9.20-Beta // errorrepr_html_undefined_function_kt1920
oleksandr.karpovich
1 year ago
6 changed files with 266 additions and 425 deletions
@ -1 +1,2 @@
|
||||
kotlin.version=1.9.10 |
||||
kotlin.version=1.9.20-Beta |
||||
#kotlin.version=1.9.10 |
||||
|
@ -0,0 +1,2 @@
|
||||
config.devtool = undefined; // default is `eval-source-map`
|
||||
config.mode = 'none'; // default is `development` (for jsBrowserRun).
|
Loading…
Reference in new issue