Francois Morvillier
10/05/2020, 4:00 PM_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?