I have create a project in android studio using Kotlin name "Document Viewer". I used implementation("com.github.Victor2018:DocViewer:latestVersion") library to view the document. All this is working fine but when I implement the ads in my project, the interstitialAd is making problem. The interstitialAd show and dismiss fine but when ever the document is view and the methods in DocViewer called the interstitialAd shows but not dismiss and the app stucks.