-1
For example, I have several apps. They all have in the src folder the same java class (example: Calculator.java which is the same for everyone). Only when I modify this class, I have to copy it to all src folders of all apps.
Can I import this class from the src folder of a particular app to everyone else? Or have a common folder (with certain common java classes) for all other apps?
Do not put greetings or thanks in questions or answers. Ref: https://answall.com/help/behavior
– Augusto Vasques