at-tantv
at-tantv
- dismiss dialog and show other dialog but not working
i show in view activity but it is below dialog plus. How to show view design in activity and that above dialog plus
i have 2 dialog, but i dont show 2 dialog in activity how to show 2 dialog overlap
**Describe the issue** REQUIRED - A clear and concise description of what the issue is and what you have already tried to fix the issue. **Screenshots** REQUIRED - Add screenshots...
I built example project Kotlin Gradle but it showed error "class not found exception" ``` Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: Cannot find implementation for org.mapstruct.example.kotlin.converter.PersonConverter at org.mapstruct.factory.Mappers.getMapper(Mappers.java:61) at org.mapstruct.example.kotlin.MainKt.main(Main.kt:10)...