Just got a new one. One of our guys tried to compi...
# announcements
m
Just got a new one. One of our guys tried to compile our codebase on Windows, and it threw a
Exception during code generation
(The rest of us use linux/mac). Looks like it tried to generate a class file with a name that included the name of a test method - and the method was ``a method name with “quotes” in it``.
f
Works fine here on Windows 8.1/Kotlin 1.2.61
m
we do have 1.2.51 in the pom - so that could make a difference!
f
let me try that
I'm using Gradle too, might make a difference
yeah it works with 1.2.51 too
mmm seems to work with Maven too, might be something with a plugin you're using (annotation processors, JMH, etc)
m
we’re using Spring framework,
It’s just a junit test:
Copy code
@Test
    fun `test "changeFilterIfPresent" when not present`() {
[ERROR] Cause: C:\Code\...\KotlinFilterTests$test "changeFilterIfPresent" when not present$original$1.class (The filename, directory name, or volume label syntax is incorrect)