David Smith
05/13/2022, 2:37 PMcommonMain
@JsExport
data class Hello(val something: String)
and in my build.gradle.kts I have
js(IR) {
browser {
binaries.executable()
}
}
when I try to do gradle build
or I can see that something is compiled however there is no build/js
directory and I have no idea where this has been createdDerek Ellis
05/13/2022, 3:01 PMjsBrowserWebpack
task insteadhfhbd
05/13/2022, 3:03 PMDavid Smith
05/13/2022, 3:05 PMhfhbd
05/13/2022, 3:06 PMbinaries.library()
David Smith
05/13/2022, 3:07 PMDavid Smith
05/13/2022, 3:07 PMgradle build
?David Smith
05/13/2022, 3:08 PMjsBrowserProductionLibraryDistribution
I guessDavid Smith
05/13/2022, 3:11 PMDavid Smith
05/13/2022, 3:22 PMdistribution {
directory = File("$projectDir/output/")
}