Hello there, when I try to open a Paywall on iOS using the kotlin multiplatform SDK the app crashes with this error:
Uncaught Kotlin exception: kotlin.UninitializedPropertyAccessException: lateinit property component has not been initialized
From my side seems that everything is correctly setup, I followed step by step the guide you provided to integrate revenue cat in kotlin multiplaftorm.
What could be?
Thank you!