For some context; I work with an enterprise mobile Application which has a major configuration component to it; currently all JavaScript 🤮 . We actually built an awesome solution to this which recompiled Kotlin as bytecode and synced it across the network, that could run in place of the JS files. It works well, but dynamic class-loading also excludes the App from the Play Store due to security rules, so this option remains confined to our 'Enterprise' customers and not for the SaaS product (which is getting all the love right now).