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

nativeMain.org.jetbrains.compose.resources.ImageResources.native.kt Maven / Gradle / Ivy

package org.jetbrains.compose.resources

import org.jetbrains.compose.resources.vector.xmldom.Element
import org.jetbrains.compose.resources.vector.xmldom.parse

internal actual fun ByteArray.toXmlElement(): Element = parse(decodeToString())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy