[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
fun testNativeTasks(gradleVersion: GradleVersion) {
project("native-configuration-cache", gradleVersion) {
// testConfigurationCacheOf("build", checkUpToDateOnRebuild = false)
val buildOptions = buildOptions.copy(
configurationCache = true,
configurationCacheProblems = BaseGradleIT.ConfigurationCacheProblems.FAIL,
@@ -188,7 +188,6 @@ internal open class CInteropCommonizerTask
return suitableGroups.firstOrNull()
}
//@Internal
private val allDependents: Set<CInteropCommonizerDependent> by lazy {
val multiplatformExtension = project.multiplatformExtensionOrNull ?: return@lazy emptySet()