```configurations.all { resolutionStra...
# gradle
g
Copy code
configurations.all {
            resolutionStrategy.force 'dependency:with-version:1'
}
Maybe in your forced stdlib and reflect should be enough