Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore compiler generated annotations during Kotlin live reload
instrument live-reload will compare class structure to make sure this class can be "redefine" But the classes generated by Kotlin compiler contains debug annotations, the comparison always fail. Exclude the annotations which generated by Kotlin compiler. (cherry picked from commit 28f062d)
- Loading branch information