Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 261 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 261 Bytes

Usage

In build.gradle, add the following

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

Then add the following line in the dependencies block

annotationProcessor 'com.github.Frc5572:RobotTools:main-SNAPSHOT'