kotlin-eclipse-2022
kotlin-eclipse-2022 copied to clipboard
[Improvement] Reduce weaving
This is a high level improvement to reduce weaving as much as possible due to following reasons
- Avoid class load errors due to Eclipse core classes being changed
- Avoid random errors which are due to Class loading when running
- Avoid releasing Kotlin plugin for each Eclipse release just for supporting eclipse changes.