Alsong api wrapper written in Kotlin
https://github.com/JellyBrick/alsong-kt/packages/828660
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.JellyBrick:alsong-kt:2.0.7'
}