mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2025-03-09 02:43:22 +00:00
19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
rootProject.name = "jellyfin-sdk-kotlin"
|
|
|
|
// Core
|
|
include(":jellyfin-core")
|
|
include(":jellyfin-model")
|
|
include(":jellyfin-api")
|
|
include(":jellyfin-api-ktor")
|
|
|
|
// Code generation
|
|
include(":openapi-generator")
|
|
|
|
// Samples
|
|
include(":samples:kotlin-cli")
|
|
|
|
// Utilities
|
|
include(":testutils")
|