This question was just answered in this post.
Lexilabs has a Kotlin Multiplatform library that enables AdMob
@Composables
calledbasic-ads
.The only downside is that it requires Android's
Context
to initialize and build@Composables
, but there's already a tutorial out there for how to do that.