Hoverboard Analytics provides interfaces for type safe calls to provide consistency in basic analytics across projects. In the initial state this includes an interface to support standardized logging of user information and screen tracking.
Refer to Hoverboard Installation for adding GitHub packages to your project. Then add the following to your build.gradle.kts
dependencies {
...
implementation("com.michiganlabs.hoverboard:analytics:THE_VERSION_NUMBER")
}