From aae30bad924d45a1e8a8785501d66a7e22edcadc Mon Sep 17 00:00:00 2001 From: Alexander Sysoev Date: Tue, 5 Nov 2024 17:00:49 +0100 Subject: [PATCH] type fix --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9ca28ded..1f2386b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ org.gradle.workers.max=6 org.gradle.caching=true org.gradle.configuration-cache=true -# development mode for kotlinx.rpc gradle plugin. Uses local project paths to apply compiler plugins +# development mode for kotlinx.rpc gradle plugin. Uses local project paths to apply the compiler plugin kotlinx.rpc.plugin.internalDevelopment=true # https://github.com/gradle/gradle/issues/20416