Hello, I am using Spring Boot 2.7.1/Kotlin 1.6.20/...
# server
h
Hello, I am using Spring Boot 2.7.1/Kotlin 1.6.20/Java 17 in the current project, and encountered the famous java module export package issues, but I added
Copy code
@file:Suppress("JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE")
at the first line of the Kotlin file, it did not resolve my issues. I have tried to recompile the whole project.