Have you tried specifying the source path that poi...
# announcements
b
Have you tried specifying the source path that points to kotlin instead of java
Copy code
sourceSets {
    main.java.srcDirs += 'src/main/kotlin'
}