mrkuz/kradle

This plugin rocks!

Closed this issue · 3 comments

Thanks for making it, currently using it in my Kotlin projects =)

mrkuz commented

Thanks! I'm glad you find this useful.

I released a new major version a few days ago. There is now the plugin 'net.bitsandbobs.kradle', which is intended to combine the old plugins ''net.bitsandbobs.kradle-app' and 'net.bitsandbobs.kradle-lib'. The new plugin uses a different configuration DSL.

If you are interested in migration, I created a pull request for one of your projects:
GavinRay97/GraphQLCalcite#1

After checking your project, I also fixed kradle to work with Gradle toolchains :)

Happy New Year!

Wow, that was really nice of you. Happy New Year to you, too!

If it's useful to you, there are some tools Jetbrains recently released you might also find helpful btw:

If you think there's any value in them, might be worthwhile adding as an option to the DSL test and codeAnalysis blocks =D

Qodana is nice right now because it's early development so they are letting everyone use the IntelliJ Ultimate analyses as an EAP:

image

mrkuz commented

Thanks for pointing out! I'll have a look :)