mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-27 08:00:42 +00:00
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
// Core
|
|
include(":library")
|
|
include(":model")
|
|
include(":api")
|
|
|
|
// Platforms
|
|
include(":android")
|
|
|
|
// Code generation
|
|
include(":openapi-generator")
|
|
|
|
// Samples
|
|
include(":samples:kotlin-console")
|