Set name of Gradle root project

This commit is contained in:
Niels van Velzen 2022-12-28 19:01:14 +01:00 committed by Max Rumpf
parent 5848050d72
commit 143bf1ca81

View File

@ -1,5 +1,7 @@
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "jellyfin-sdk-kotlin"
// Core
include(":jellyfin-core")
include(":jellyfin-model")