Hi Midtrans Team
After adding the Midtrans Android SDK to a Jetpack Compose project, the app crashes at runtime with the following error:
java.lang.NoSuchMethodError: No static method rememberConstraintLayoutMeasurePolicy
This cause my project should use constraint layout compose version 1.1.0-alpha03 or if my project wanna keep using constraint layout compose version 1.1.1 would be extra effort in gradle dependency configuration.
Hi Midtrans Team
After adding the Midtrans Android SDK to a Jetpack Compose project, the app crashes at runtime with the following error:
java.lang.NoSuchMethodError: No static method rememberConstraintLayoutMeasurePolicyThis cause my project should use constraint layout compose version
1.1.0-alpha03or if my project wanna keep using constraint layout compose version1.1.1would be extra effort in gradle dependency configuration.