solonovamax
03/04/2025, 8:30 PMv5 as being the default for -target when compiling kotlin/js.
however, the only accepted values are es5 and es2015, and the gradle plugin lists the default as being es5. (in multiple places, see: KotlinJsCompilerOptions, K2JSCompilerArguments, etc.)
also, in several places the "Possible values" and "Default value" columns seem to be incorrect with the new compilerOptions DSL.Alejandra Pedroza
03/05/2025, 7:59 AM