I use dropbox-core-sdk 6.0.0 in my small project that uses jdk17, and added "
requires dropbox.core.sdk;" into
module-info.java.
But compiler complains "Name of automatic module 'dropbox.core.sdk' is unstable, it is derived from the module's file name."
I understand this is just a warning, and it won't make any error until the filename is not changed.
But is there any elegant way to use dropbox sdk as a proper module?