mrkuz / kradle

Swiss army knife for Kotlin/JVM (and also Java) development
MIT License
83 stars 2 forks source link

This plugin rocks! #1

Closed GavinRay97 closed 2 years ago

GavinRay97 commented 2 years ago

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

mrkuz commented 2 years ago

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: https://github.com/GavinRay97/GraphQLCalcite/pull/1

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

Happy New Year!

GavinRay97 commented 2 years ago

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 2 years ago

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