is there a way to have invokedynamic
on older versions than sdk level 26 (i.e. Oreo, Android 8)? i.e. just install the later VM (ART) version.
Because it's a VM feature, wouldn't it be independent of, and separable from, all non-VM sdk level 26 features, and run on any version of android...?
PS this is to get the kotlin compiler running on android.