I'm still not entirely sure if this is the issue, but someone trying to build my project complained that it doesn't build. When he showed me the error, it looked like build.gradle.kts interleaved with actual errors. I think the error is most likely line endings - he is on windows and when the file has unix line endings the compiler won't detect them. Is there anything gradle can do about it? I don't want t deal with line endings all over again