Skip to content

Importing

To use Echo in your project, we will first need to import the plugin.

We will add the plugin under the plugins tab in your build.gradle.

groovy
id 'com.undefinedcreations.echo' version 'LASTEST-VERSION'
kts
id("com.undefinedcreations.echo") version "LASTEST-VERSION"

After that we have add this reload you build.gradle

Released under the MIT License.