adk
09/22/2020, 9:09 AMgenerateExternals = true
from gradle doesn't give any opportunity to tweak the generated files, yet they all seem to need tweaking?adk
09/22/2020, 9:12 AMadk
09/22/2020, 9:13 AMBig Chungus
09/22/2020, 9:44 AM./gradlew jsGenerateExternals
(without that flag). This will generate externals for you on root. After that review/modify them and add to your sourcesadk
09/22/2020, 9:55 AMgenerateExternals
option in the gradle dependency declaration and instead I just use dukat manually to get a head start on building the declarations myself?Bahaa Kallas
09/22/2020, 9:58 AMadk
09/22/2020, 10:08 AMVampire
09/22/2020, 2:47 PMadk
09/22/2020, 4:30 PMadk
09/22/2020, 4:34 PMimport { Url } from url
. The fix to the generated source was straightforward. It is good to have confirmation that I wasn't missing some magic "make it all work perfectly" feature! 🙂Vampire
09/22/2020, 4:49 PM