I've been implementing a storage plugin in Java and this is the first time I have written any substantial Java in a quite a while, and I would love to be writing this in Kotlin instead!
My plugin is in its own project (I am not building as part of the Drill project) and I am just adding dependencies for Drill jars that I need. In theory, I shouldn't run into issues since Kotlin is supposedly 100% compatible with Java, but I'm wondering if anyone has tried this yet? Thanks, Andy.
