spierce7
06/03/2020, 9:49 PMproduceExecutable() is required to get the .d.ts files to generate, but I can’t find how to call produceExecutable() from the multiplatform plugin. Am I missing it? How would I get this to work?Derek Ellis
06/03/2020, 10:07 PMproduceExecutable() just fine in a multiplatform project a couple of weeks ago, but I was using 1.4-M1. I called it in the js block, I thinkspierce7
06/03/2020, 11:00 PMbinaries.executable() for M2 it turns out