hi, I just noticed that <in the kotlinlang docs>, ...
# kotlin-website
s
hi, I just noticed that in the kotlinlang docs, it lists
v5
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.
thank you color 1
a
Hi @solonovamax. Thanks for your feedback! I'll check with developers to make updates accordingly. Meanwhile, I've created this YT issue to track the progress on this task.