mcpiroman
03/03/2023, 10:13 PM:compiler:tests-common-new:test> Task :kotlin-stdlib-js:compileKotlin2Js FAILEDe: Old Kotlin/JS compiler is no longer supported. Please migrate to the new JS IR backenddmitriy.novozhilov
03/04/2023, 10:56 AMgdw clean dist --no-build-cachemcpiroman
03/04/2023, 12:34 PMdistassembledmitriy.novozhilov
03/04/2023, 12:44 PMonly half an hour, instead of 3hHolly-Molly, for me clean build takes 5-7 minutes without K2 (if Native modules are disabled) Actually, I have no idea what
assembledistkotlincinstall/publish~/.m2./build/repoDoes it maybe use K2 by default?K2 compilation is disabled by default, but you can turn it on by adding
kotlin.build.useFir=truelocal.properties