feat(lib): Add new lib for playlists and implement it for KAA (#1918)
This commit is contained in:
18
lib/playlist-utils/build.gradle.kts
Normal file
18
lib/playlist-utils/build.gradle.kts
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
namespace = "eu.kanade.tachiyomi.lib.playlistutils"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.bundles.common)
|
||||
}
|
Reference in New Issue
Block a user