-
Notifications
You must be signed in to change notification settings - Fork 13
Releases: JetBrains-Research/reflekt
Releases · JetBrains-Research/reflekt
1.5.30
1.5.21
- Support 1.5.21 Kotlin version
Assets 2
1.5.20
- Support 1.5.20 Kotlin version
Assets 2
1.5.10
- Support 1.5.10 Kotlin version
Assets 2
1.5.0
- Support 1.5.0 Kotlin version
- Support IR generation
- Fix some major bugs in IR generation and code generation
Assets 2
Reflekt
Reflekt
First public version:
- Compile-time reflection by Reflekt DSL
formulti-moduleprojects:- project's files
- external libraries
- Compile-time reflection by custom users' filters for
multi-moduleprojects
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.