You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-on from #32304, the fix for which doesn't play nicely with IntelliJ IDEA. It left the generated classes in runtime scope which prevented the AOT-generated source files from depending on the generated classes at compile time and resulted in compilation problems in the IDE.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This is a follow-on from #32304, the fix for which doesn't play nicely with IntelliJ IDEA. It left the generated classes in
runtime
scope which prevented the AOT-generated source files from depending on the generated classes at compile time and resulted in compilation problems in the IDE.The text was updated successfully, but these errors were encountered: