All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.Category.kt Maven / Gradle / Ivy

The newest version!
package qbittorrent.models

import dev.drewhamilton.poko.Poko
import kotlinx.serialization.Serializable

@Poko
@Serializable
class Category(
    val name: String,
    val savePath: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy