![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.eu.codlab.tcgmapper.Provider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcg-mapper-jvm Show documentation
Show all versions of tcg-mapper-jvm Show documentation
Kotlin Multiplatform TCG Mapper
The newest version!
package eu.codlab.tcgmapper
import eu.codlab.http.createClient
import kotlinx.serialization.json.Json
import net.mamoe.yamlkt.Yaml
import net.mamoe.yamlkt.YamlBuilder
object Provider {
internal val client = createClient { }
val json = Json
val yaml = Yaml {
encodeDefaultValues = false
nullSerialization = YamlBuilder.NullSerialization.NULL
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy