From a7403fc6157779117ca0264b540ad8cb3aa7a1a1 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Fri, 22 Apr 2022 10:29:44 +0100 Subject: [PATCH] [New IC] Remove "-dontwarn com.google.gson.**" from compiler.pro This line was added in commit 8c611e0 to allow the `incremental-compilation-impl` module to use Gson. This module is no longer using Gson now (only used by its unit tests), so we can revert that commit. ^KT-52141 Fixed --- prepare/compiler/compiler.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare/compiler/compiler.pro b/prepare/compiler/compiler.pro index f9519991c6a..05582fb22d5 100644 --- a/prepare/compiler/compiler.pro +++ b/prepare/compiler/compiler.pro @@ -38,7 +38,6 @@ -dontwarn org.jline.builtins.Nano$Buffer -dontwarn com.intellij.util.io.TarUtil -dontwarn com.intellij.util.io.Compressor$Tar --dontwarn com.google.gson.** # Some annotations from intellijCore/annotations.jar are not presented in org.jetbrains.annotations -dontwarn org.jetbrains.annotations.*