"> Task :compileJava
D:...\LunaGC-6.5.0\src\main\java\emu\grasscutter\game\player\TeamManager.java:228: error: cannot find symbol
currentCharacter = this.getActiveTeam().getFirst();
^
symbol: method getFirst()
location: interface List<EntityAvatar>
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
Task :compileJava FAILED
FAILURE: Build failed with an exception."
6.1.0 compiles so I'm fairly sure I have all the dependencies, what could the problem be? For other "cannot find symbol" errors you've suggested the wrong protos or src files, but it seems to build without problems for others and I haven't modified any of the files (I did try to compile with some extra commands added initially, but I got the same error after removing them and running .\gradlew, .\gradlew jar again)