Yeah, that's probably it. I've seen so much lag wi...
# tornadofx
e
Yeah, that's probably it. I've seen so much lag with Gradle config updates in IDEA that I just don't feel comfortable using it. Anyways, great to have figured it out. Also, I just realized that we should warn about putting stuff in the
init
block of the app class, because it could yield a classnotfoundexception because the class can't be initialized. I'll make sure all TornadoFX calls that make sense to call from there will catch exceptions and log instead of blowing up.