Fix components compilation

This commit is contained in:
Igor Demin
2021-09-28 10:54:00 +03:00
parent 6fe8be049d
commit eb7d618042

View File

@@ -1,14 +1,14 @@
package org.jetbrains.compose.videoplayer.demo
import androidx.compose.material.MaterialTheme
import androidx.compose.ui.unit.IntSize
import androidx.compose.ui.window.WindowState
import androidx.compose.ui.window.singleWindowApplication
import org.jetbrains.compose.videoplayer.VideoPlayer
fun main() {
singleWindowApplication(
title = "Video Player",
size = IntSize(800, 800)
state = WindowState(width = 800, height = 800)
) {
MaterialTheme {
VideoPlayer(