I’m getting odd compilation errors in Gradle, and ...
# announcements
i
I’m getting odd compilation errors in Gradle, and yet Intellij is able to compile fine and run unit tests without issue. The errors are:
Copy code
e: [snip] (52, 16): 'when' expression must be exhaustive, add necessary 'else' branch
e: [snip] (11, 5): This property must either have a type annotation, be initialized or be delegated
e: [snip] (12, 5): This property must either have a type annotation, be initialized or be delegated