[Gradle] Remove unnecessary comment
^KT-43293
This commit is contained in:
-2
@@ -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,
|
||||
|
||||
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user