Nick Main
Nick Main
Do we know what the major use-cases are for hacking on the compiler? My main use is adding new targets and other code generation on the back-end. Context.onGenerate works well...
Would a solution to this need to handle the possibility that a Python method could be dynamically added to the subclass that should then override the equivalent method on the...
For API level 26+ there is https://developer.android.com/reference/dalvik/system/InMemoryDexClassLoader that should work for loading generated DEX classes.