Hi, I am upgrading kotlin js app from 1.3 to 1.4 a...
# javascript
j
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;).
🙌 1
t
Do you use IR compiler?
j
LEGACY one, tried to use IR but it crashed.
t
Do you use
browser
target?