Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | Support multi-target mixin injectors | Jonas Herzig | |
2020-11-22 | Support remapping of mixin targets declared in static fields | Jonas Herzig | |
String literals in annotations can be specified in a static final field instead of inline (so you can e.g. use the same literal in multiple places). This commit adds support for remapping those external literals. | |||
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-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 | |