diff --git a/gradle.properties b/gradle.properties index 98924f5..1845af2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,6 @@ android.useAndroidX=true kotlin.mpp.enableCInteropCommonization=true # Compose Multiplatform Web -org.jetbrains.compose.experimental.jscanvas.enabled=true \ No newline at end of file +org.jetbrains.compose.experimental.jscanvas.enabled=true + +org.gradle.configuration-cache=true \ No newline at end of file