Both *AndroidStudio*(Flamingo | 2022.2.1 Canary 6)...
# multiplatform
s
Both *AndroidStudio*(Flamingo | 2022.2.1 Canary 6) and IntelliJ (2022.2) are showing unresolved imports for:
Copy code
import androidx.compose.animation
and 
import androidx.compose.foundation
but building successfully. Desktop and Common do recognise above packages but Android Doesnt. using Jetpack Compose - v1.2.0 Stable. Any Insights ?