This is the project template for the MT2 final project for winter semester 2023/24.
For JAVA newbies we recommend taking free JAVA online courses in advance to be able to start on the same level as the other students, e.g. via www.learnjavaonline.org or www.codecademy.com/learn/learn-java.
This project should be compatible with Java 1.8
Change build.gradle
to
sourceCompatibility = 1.8
targetCompatibility = 1.8
if you need to use Java 1.8