bf8681296b
- just legacy - report warning about deprecation - both - report warning about deprecation of legacy - no compiler explicitly chosen - error about explicit setting compiler warn from cli legacy compiler nowarn flag - kotlin.js.compiler.nowarn KT-42326 KT-53074
12 lines
237 B
Plaintext
Vendored
12 lines
237 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[kotlin2js] Compiling [[TestData]/hello.kt] => [[Temp]/out.js]
|
|
[kotlin2js] warning: legacy compiler is deprecated. Please migrate onto IR.
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
Return code: 0
|