Unrelated, I'm trying to use the IR backend to gen...
# multiplatform
r
Unrelated, I'm trying to use the IR backend to generate typescript definitions... it strangely seems to work in the test source set, but my main source set is empty in my build dir... anyone have any ideas what's going on here? my gradle build seems successful
1
trying to create a JS lib that exports all of my kotlin type defs
nvm seems like I needed
binaries.library()
in my build script... must have missed this in the docs, only found this from a random blog post