2021-04-10 08:22:22 +00:00
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
|
2022-12-28 18:01:14 +00:00
|
|
|
rootProject.name = "jellyfin-sdk-kotlin"
|
|
|
|
|
2020-04-30 14:54:31 +00:00
|
|
|
// Core
|
2020-10-07 19:00:04 +00:00
|
|
|
include(":jellyfin-core")
|
|
|
|
include(":jellyfin-model")
|
|
|
|
include(":jellyfin-api")
|
2023-05-09 08:34:38 +00:00
|
|
|
include(":jellyfin-api-ktor")
|
2020-04-30 14:54:31 +00:00
|
|
|
|
2020-09-06 11:48:50 +00:00
|
|
|
// Code generation
|
|
|
|
include(":openapi-generator")
|
|
|
|
|
2020-07-20 19:48:52 +00:00
|
|
|
// Samples
|
2020-10-31 10:11:30 +00:00
|
|
|
include(":samples:kotlin-cli")
|
2021-06-05 13:41:45 +00:00
|
|
|
include(":samples:java-cli")
|
2021-10-06 17:43:30 +00:00
|
|
|
|
|
|
|
// Utilities
|
|
|
|
include(":testutils")
|