Well, I've found interesting issue. When I compile...
# ksp
l
Well, I've found interesting issue. When I compile the project using rebuild in AS everything works in KSP. If I do MakeProject several times, more often than not, ksp is not processed and then I get build errors. Anyone has any idea why? [EDIT] after some investigation, it seems like that Resolved will not always resolve all annotations there are. Could it be that I'm relying on generated code to call it and do something with it ? Here is the sample project, please check develop branch To trigger the issue: • Clean project • Rebuild the project • Add a line of code in one of the annotated files • Make project https://github.com/LukasAnda/NaviKator