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

nativeMain.org.jetbrains.skia.impl.Library.native.kt Maven / Gradle / Ivy

There is a newer version: 0.8.15
Show newest version
package org.jetbrains.skia.impl

actual class Library {
    actual companion object {
        actual fun staticLoad() {
            // Not much here for now.
            // We link statically for native.
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy