I was trying to figure out how to fix a gradle error for like 10 minutes and I forgot to add this to build.gradle: ```java java.toolchain.languageVersion = JavaLanguageVersion.of(16) ``` I suggest you to add information about this in readme.