I am using Compose version 1.7.1. In this version,...
# multiplatform
a
I am using Compose version 1.7.1. In this version, the
resource
import is not available, but in version 1.5.11, it works fine.
Copy code
import org.jetbrains.compose.resources.resource
m
Resource handling has changed a lot since this ancient release. See https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-resources.html
a
thanks