Skip to content

Used to weave aspects generated by safeenum, into the final binary

License

Notifications You must be signed in to change notification settings

smac89/safeenum-aspect-task

Repository files navigation

Safeenum-Aspect-Task

Usage

buildscript {
    dependencies {
        classpath ("com.github.smac89:safeenum-aspect-task:master-SNAPSHOT")
    }

    repositories {
        maven { url 'https://jitpack.io' }
    }
}