Android Kotlin - Adview Adsize: Val не может быть переназначен
Admob 21.0.0 changed the way to set ad size directly. You can use the setAdSize method.
MobileAds.initialize(this) { }
val adViewBottom = AdView(this)
adViewBottom.setAdSize(AdSize.BANNER)
abdullah