Hi, I am trying to create a chrome browser extension in Kotlin. I didn't find many projects using this approach. It seems to me that only thing we are missing is to generate the browser api declarations, and it's perfectly usable (someone already did that, but only for firefox and it seems that that project is no longer updated
https://kotlinconf.com/2019/talks/video/2018/21914/).
Is there some reason I am missing why are people not using kotlin for browser extensions?