mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 13:59:42 +00:00
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
enableFeaturePreview("VERSION_CATALOGS")
|
|
|
|
// Core
|
|
include(":jellyfin-core")
|
|
include(":jellyfin-model")
|
|
include(":jellyfin-api")
|
|
|
|
// Platforms
|
|
include(":jellyfin-platform-android")
|
|
|
|
// Code generation
|
|
include(":openapi-generator")
|
|
|
|
// Samples
|
|
include(":samples:kotlin-cli")
|