Depends On Google Mobile Ads
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY ] )
For Android, complete the steps in AdMob's instructions:
For iOS, complete the steps in AdMob's instructions:
NOTE: For Xcode 13+, you can update your Custom iOS Target Properties.
Once complete, you'll need to call BasicAds.initialize in your commonMain
before calling for ads.
NOTE: You do not need to initialize within each platform.