Is there a way to change the name of the js file/l...
# javascript
a
Is there a way to change the name of the js file/lib that Kotlin Multiplatform build creates?
👌 2
t
Which kotlin version do you use?
a
1.4-M1
t
Do you use files from
build/distributions
?
For distribution
a
Nothing showed in build/distributions
It was all in build/js in the base project
I'll try the above
Now the TS def is not in the distribution. I think that says so in the release notes for 1.4-M1. Oh well. I'll go back to using build/js for now since I need the TS def.
t
ir
mode?
Nothing showed in build/distributions
In subproject?
a
ir mode enabled. yep. I have something showing in distributions after setting webpackTask, but not the .d.ts
I am looking in subproject build/distributions
Web dev is also wondering why not have the generated .d.ts have a module instead of a namespace.
âž• 1