From 470a7706aada63311db4ccef888fd3a18565c514 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Thu, 26 Jan 2017 15:48:00 +0300 Subject: [PATCH] Fix build --- compiler/compiler.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index 86fa9d6706a..75a716ac3fd 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -190,3 +190,6 @@ messages/**) # for kotlin-android-extensions in maven -keep class com.intellij.openapi.module.ModuleServiceManager { public *; } + +# for building kotlin-build-common-test +-keep class org.jetbrains.kotlin.build.SerializationUtilsKt { *; } \ No newline at end of file