Enable configuration-cache

Fixes KTI-1553
This commit is contained in:
cristiangarcia
2024-03-05 21:16:47 +01:00
committed by Space Team
parent 786c37286c
commit 09dc9c6743
2 changed files with 1 additions and 7 deletions
-7
View File
@@ -26,13 +26,6 @@ plugins {
}
def buildProperties = BuildPropertiesKt.getKotlinBuildPropertiesForSettings(settings)
if (buildProperties.isKotlinNativeEnabled && startParameter.isConfigurationCacheRequested()) {
throw new Exception(
"""
Kotlin Native is not compatible with Gradle configuration-cache.
Please, disable Configuration-cache before you enable native.
""".stripIndent())
}
// modules
include ":benchmarks",