Hi,
I am upgrading kotlin js app from 1.3 to 1.4 and I have problem with compileKotlinJs task. It seems it ignores destinationDir and outputFile atribute now and saves compiled files somewhere to build/js/... What is intended way to process compilation now? I'd like to get plain JS files. Thanx;).