mlfx icon indicating copy to clipboard operation
mlfx copied to clipboard

OpenJFX's FXML language AOT compler

Results 2 mlfx issues
Sort by recently updated
recently updated
newest added

Micronaut-inject generates a ton extra `$Introspection` and `$Definition` classes that bloat the binary and seem to produce some problems with ProGuard obfuscation. Making the fxml fields/methods public generates byte code...

enhancement

I did get the entire UI working now 👍 The only remaining issue I ran into was that the current injection does not work for inherited non-public fields, e.g., ```Java...