Getting Started
To use Echo in your project, we'll first need to add the plugin to your Gradle project. You can easily add the Echo plugin by adding it to your plugins
block.
groovy
id 'com.undefinedcreations.echo' version 'LASTEST-VERSION'
kts
id("com.undefinedcreations.echo") version "LASTEST-VERSION"