Closed Nando-Cardoso closed 3 years ago
What IDE or Editor are you using? Intellij should offer to import missing classes (if the project is correctly set up), and so would Eclipse.
Assuming you will attempt to catch possible parse errors, you would at least need these imports:
import it.burning.cron.CronExpressionDescriptor;
import it.burning.cron.CronExpressionParser.CronExpressionParseException;
I Just managed to get it to work with the imports above, thank you so much for the help.
Hello, I've been trying to use this library but I don't know how to import it. I already modified my build.gradle and added everything but how can I make the import in my code?