Hi, I'm trying to use <https://serpro69.github.io/...
# compose
f
Hi, I'm trying to use https://serpro69.github.io/kotlin-faker/ to provide sample data for my composable previews. Apparently, the lib uses reflection which breaks the previews in android studio:
Cannot create type for an unsupported classifier: class _layoutlib_._internal_.kotlin.Unit (Kotlin reflection is not available)
. Is that to be expected and I should just avoid things that use reflection? (the previews work fine when deployed to a device).