Join Slack
Powered by
Hello, I am using Spring Boot 2.7.1/Kotlin 1.6.20/...
# server
h
hantsy
07/13/2022, 7:20 AM
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.
6
Views
Open in Slack
Previous
Next