Add "jellyfin-" prefix to Gradle modules and rename "library" to "core"

This commit is contained in:
Niels van Velzen 2020-10-07 21:00:04 +02:00
parent 3c3fb57a59
commit c17cc458c0
376 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(Dependencies.Kotlin.stdlib)
apiProject(":model")
implementationProject(":jellyfin-model")
// HTTP
implementation(Dependencies.KotlinX.coroutinesCore)

View File

@ -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