[Gradle] Remove unnecessary comment

^KT-43293
This commit is contained in:
Anton Lakotka
2022-07-14 12:20:56 +02:00
committed by Space
parent f89b88d7c2
commit 58d74b57e7
2 changed files with 0 additions and 3 deletions
@@ -81,8 +81,6 @@ class ConfigurationCacheIT : AbstractConfigurationCacheIT() {
@GradleTest @GradleTest
fun testNativeTasks(gradleVersion: GradleVersion) { fun testNativeTasks(gradleVersion: GradleVersion) {
project("native-configuration-cache", gradleVersion) { project("native-configuration-cache", gradleVersion) {
// testConfigurationCacheOf("build", checkUpToDateOnRebuild = false)
val buildOptions = buildOptions.copy( val buildOptions = buildOptions.copy(
configurationCache = true, configurationCache = true,
configurationCacheProblems = BaseGradleIT.ConfigurationCacheProblems.FAIL, configurationCacheProblems = BaseGradleIT.ConfigurationCacheProblems.FAIL,
@@ -188,7 +188,6 @@ internal open class CInteropCommonizerTask
return suitableGroups.firstOrNull() return suitableGroups.firstOrNull()
} }
//@Internal
private val allDependents: Set<CInteropCommonizerDependent> by lazy { private val allDependents: Set<CInteropCommonizerDependent> by lazy {
val multiplatformExtension = project.multiplatformExtensionOrNull ?: return@lazy emptySet() val multiplatformExtension = project.multiplatformExtensionOrNull ?: return@lazy emptySet()