Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | Support remapping of simple @Invoker targets | Jonas Herzig | |
2019-11-01 | Fix remapping when inner classes are in play | Jonas Herzig | |
Lorenz requires inner classes to be separated from their parents by a dollar sign (i.e. bytecode format), intellij instead by default gives you source format (i.e. separated by dot, indistinguishable from packages). | |||
2019-11-01 | Fix crash when synthetic property is re-mapped to non-property | Jonas Herzig | |
2019-11-01 | Add methods for parsing legacy mappings from string instead of file | Jonas Herzig | |
2019-09-15 | Add support for remapping Kotlin files | Jonas Herzig | |
2019-09-08 | Support remapping @At(NEW) targets (i.e. jvm class name targets) | Jonas Herzig | |
2019-08-31 | Use -embeddable compiler for compatibility with kotlin gradle plugin | Jonas Herzig | |
2019-08-30 | Convert implementation and build script to Kotlin | Jonas Herzig | |