Skip to content

Releases: JetBrains-Research/reflekt

1.5.30

17 Sep 09:37
Compare
Choose a tag to compare
  • Support 1.5.30 Kotlin version

1.5.21

17 Sep 09:37
Compare
Choose a tag to compare
  • Support 1.5.21 Kotlin version

1.5.20

17 Sep 09:36
Compare
Choose a tag to compare
  • Support 1.5.20 Kotlin version

1.5.10

17 Sep 09:36
Compare
Choose a tag to compare
  • Support 1.5.10 Kotlin version

1.5.0

17 Sep 09:35
Compare
Choose a tag to compare
  • Support 1.5.0 Kotlin version
  • Support IR generation
  • Fix some major bugs in IR generation and code generation

Reflekt

18 Aug 12:30
47762cf
Compare
Choose a tag to compare

Support IR Kotlin backend

Reflekt

27 Apr 08:11
Compare
Choose a tag to compare

First public version:

  • Compile-time reflection by Reflekt DSL
    for multi-module projects:
    • project's files
    • external libraries
  • Compile-time reflection by custom users' filters for multi-module projects
    by SmartReflekt DSL:
    • project's files
    • external libraries

Note: We analyze modules independently of each other. If an object\class\function is in module A,
and you run Reflekt in module B, then the object\class\function will not be found. Also, the current version of Reflekt and SmartReflekt does not support incremental compilation process.