commonMain.kottieComposition.KottieComposition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kottie-jvm Show documentation
Show all versions of kottie-jvm Show documentation
Kotlin Multiplatform Animation Library
package kottieComposition
import androidx.compose.runtime.Composable
import org.jetbrains.compose.resources.ExperimentalResourceApi
@OptIn(ExperimentalResourceApi::class)
@Composable
expect fun kottieComposition(
spec: KottieCompositionSpec
): Any?
© 2015 - 2025 Weber Informatics LLC | Privacy Policy