mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
20 lines
368 B
Plaintext
20 lines
368 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")
|
|
include(":samples:java-cli")
|
|
|
|
// Utilities
|
|
include(":testutils")
|