Rabid Rider is a extension for RoadRunner that adds some extra (ease of use) features.
Add the JitPack repository to your build.dependencies.gradle file:
repositories {
...
maven { url 'https://jitpack.io' }
}Add the dependency:
dependencies {
...
implementation 'com.github.mmathijs:rabid-rider:0.1.2'
}!! Make sure you have the latest version of RoadRunner installed. Rabid Rider is build on top of RoadRunner and requires it to be installed.