The build.gradle file of a project I'm working on contains the following line
implementation platform("com.example:fizz-buzz:0.0.1!!")
What do two exclamation marks, !!, following the version mean?
The search in https://docs.gradle.org/ does not return any useful results, nor does Google when searching for site:docs.gradle.com "!!"