mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2025-02-21 08:40:44 +00:00
Add "jellyfin-" prefix to Gradle modules and rename "library" to "core"
This commit is contained in:
parent
3c3fb57a59
commit
c17cc458c0
@ -5,7 +5,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(Dependencies.Kotlin.stdlib)
|
||||
|
||||
apiProject(":model")
|
||||
implementationProject(":jellyfin-model")
|
||||
|
||||
// HTTP
|
||||
implementation(Dependencies.KotlinX.coroutinesCore)
|
@ -3,8 +3,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
apiProject(":api")
|
||||
apiProject(":model")
|
||||
apiProject(":jellyfin-api")
|
||||
apiProject(":jellyfin-model")
|
||||
|
||||
implementation(Dependencies.Kotlin.stdlib)
|
||||
implementation(Dependencies.KotlinX.coroutinesCore)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user