might be due to groovy and kotlin interop, but I’m...
# gradle
s
might be due to groovy and kotlin interop, but I’m not sure.
o
you're very correct, groovy doesn't seem to easily support other JVM languages extending its classes: https://discuss.kotlinlang.org/t/extending-groovy-class-from-kotlin/1675/4
s
ugh.. converting the entire project to kotlin at once was not what I wanted to do.
thank you for the help!
o
you could try converting it to Java as well -- it's probably less of a break from the groovy code
s
Eh, I’m seeing things like
if (!directory.list().grep('.git')) {
which will be easier in kotlin. and I’d rather have it all in kotlin anyway.
just gonna slow me down a bit.