googleads / googleads-mobile-android-examples

googleads-mobile-android
Apache License 2.0
1.71k stars 1.87k forks source link

Bug: sample of Interstitial ads doesn't work well at all #257

Open AndroidDeveloperLB opened 4 years ago

AndroidDeveloperLB commented 4 years ago

Wrote about this here, as it's also an IDE issue that it couldn't import it correctly:

https://issuetracker.google.com/issues/161831478

Freesoul1982 commented 4 years ago

In Kotlin example they forgot to add to app build.gradle: apply plugin: 'kotlin-android'

AndroidDeveloperLB commented 4 years ago

@Freesoul1982 When a person publishes a sample, it must be tested to see that it works... How could they forget adding it?