ephemient
java { consistentResolution { useCompileClasspathVersions() } }
kotlin { targets.all { compilations.all { runtimeDependencyConfigurationName?.let(configurations::getByName) ?.shouldResolveConsistentlyWith(configurations.getByName(compileDependencyConfigurationName)) for (other in associateWith) { configurations.getByName(compileDependencyConfigurationName) .shouldResolveConsistentlyWith(configurations.getByName(other.compileDependencyConfigurationName)) } } } }
A modern programming language that makes developers happier.