How often does the Kotlin/native compiler IR chang...
# kotlin-native
s
How often does the Kotlin/native compiler IR change, and how significantly? I'd like to use it at compile time to inspect classes that have a specific annotation, and then generate a separate wrapping class for them. Would I find any gotchas with the IR?
o
IR is being changed at the moment, so chances are that smth will break. However, changes will be not so major, thus you could try to implement your inspection.