From bcf08e3293e6dd6dced9e85cd5d4b18becba5a1b Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Fri, 6 Aug 2021 17:53:45 +0200 Subject: [PATCH] Set jvm target validation mode to 'error'. --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7f6aab05147..14537a8d331 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,7 @@ kotlin.build.publishing.attempts=20 ## The following properties can be added to your local.properties file to customize the build: -# Enable when https://youtrack.jetbrains.com/issue/KT-47520 will be fixed -kotlin.jvm.target.validation.mode=ignore +kotlin.jvm.target.validation.mode=error #attachedIntellijVersion=203 (or any other platform version)