api / org.gradle.api.artifacts / MutableVersionConstraint / strictly

strictly

abstract fun strictly(version: String): Unit

Sets the version as strict, meaning that if any other dependency version for this module disagrees with this version, resolution will fail.

Parameters

version - the strict version to be used for this module