
Facilitates integration of a customizable YouTube WebView component, enabling seamless video playback control in applications built with Jetpack Compose and Compose for iOS.
KMM Crypto is available on mavenCentral().
implementation("io.github.the-best-is-best:kyoutube:1.0.0")Box(
modifier = Modifier.fillMaxWidth()
.fillMaxHeight(.5f).clip(RoundedCornerShape(15.dp))
) {
KYoutube("51tBJRncZnI")
}KMM Crypto is available on mavenCentral().
implementation("io.github.the-best-is-best:kyoutube:1.0.0")Box(
modifier = Modifier.fillMaxWidth()
.fillMaxHeight(.5f).clip(RoundedCornerShape(15.dp))
) {
KYoutube("51tBJRncZnI")
}