I am trying to import `ComposeUIViewController` fr...
# compose
m
I am trying to import
ComposeUIViewController
from
androidx.compose.ui.window
but I get error saying class not found. I can confirm it not being present at
External Dependencies > androidx.compose.ui.window
. However, I can see it working in the Confetti sample with the same versions. When I try to locate
ComposeUIViewController
in this project it shows the path as
.kotlin > metadata > kotlinTransformedMetadataLibraries > org.jetbrains.compose.ui-ui-1.7.3-uikitMain-bkbtDw.klib > default > linkdata > package_androidx.compose.ui.window
? Can someone help me on how is the linking for ComposeUIViewController happening in Confetti example?