hacking groovy from kotlin is so annoying.. object...
# refreshversions
n
hacking groovy from kotlin is so annoying.. objects with a
call
method can be invoked from groovy and gradle can make something acessible on the project via
extension
but those cannot be combined it seems, well.. i tried groovy extension modules is also something i tried.. but i already expected that to fail currently i cannot get this to work without changing how the groovy buildscript looks but something like
Copy code
versions.versionFor("org.jetbrains:annotations:_")
is possible to do