Closed venkyvc closed 4 years ago
hey there..!!
I implemented the alerter library into my project with version as 5.1.1 but when application runs it fails to load the alerter and force closes the app. wants to know how can i enable it properly. I'm using androidx in my project
Could you explain more and share some evidences
I Implemented the alerter library into my project with the version number as 5.1.1 and when the application runs and executes the method of showing alerter. Application crashes and throws error as below.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.coderedinnovations.allioservices, PID: 14409
java.lang.NoClassDefFoundError: Failed resolution of: [Lkotlin/reflect/KProperty;
at com.tapadoo.alerter.Alert.
Hey @venkyvc, are you using Kotlin in your project? Please try reverting to version 2.0.6 of the library.
Yah that's what I did thanks for the library by the way it saved my day.
hey there..!!
I implemented the alerter library into my project with version as 5.1.1 but when application runs it fails to load the alerter and force closes the app. wants to know how can i enable it properly. I'm using androidx in my project