Ok you might be on a version where running `genera...
# gradle
m
Ok you might be on a version where running
generateKtAccessors
(or whatever) is necessary, so I think your "compile out everything except no plugin application" is your best option until you can upgrade In newer versions you use
plugins {}
for basically every plugin you want to get the DSL auto generation. The
apply {}
doesn't get the same treatment I'm planning on writing a blog post on some of the best practices I've observed in betting things to work