My previous projects have started showing error, probably after lime update. All of them had root package named “app” and Document Class was app.Main :
The error says : lime.app.Application has no field Main
After playing for sometime, i renamed “app” package to something else, and it works.
So, isn’t the package name “app” allowed ? Or am i misunderstanding the error ?