Hi! I get the following error in the Compose Previ...
# compose
f
Hi! I get the following error in the Compose Preview Panel in Android Studio:
_layoutlib_._internal_.kotlin.jvm.KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
I have the following in my Gradle dependencies:
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
How can I fix this?