Nikita Lipsky
2 years ago
committed by
GitHub
6 changed files with 17 additions and 10 deletions
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* Copyright 2020-2022 JetBrains s.r.o. and respective authors and developers. |
||||||
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file. |
||||||
|
*/ |
||||||
|
|
||||||
|
package org.jetbrains.compose.resources |
||||||
|
|
||||||
|
import org.jetbrains.compose.resources.vector.xmldom.Element |
||||||
|
import org.jetbrains.compose.resources.vector.xmldom.parse |
||||||
|
|
||||||
|
internal actual fun parseXML(byteArray: ByteArray): Element = parse(byteArray.decodeToString()) |
Loading…
Reference in new issue