Hi guys,
I am trying to migrate my old app which was on Corona Enterprise, to the new Corona.
I have updated the gradle files.
I am getting a lot of errors like :
Error:(4, 36) error: package com.ansca.corona.permissions does not exist Error:(7, 32) error: package com.ansca.corona.storage does not exist Error:(62, 24) error: cannot find symbol class CoronaEnvironment Error:(185, 41) error: cannot find symbol class CoronaRuntime ... and more
I tried to change it to ‘com.ansca.corona.*’ but it did not work.
Is there a guide on how to migrate ?
Thanks