diff --git a/compiler/compiler.pro b/compiler/compiler.pro index 169717a7c94..0a4dd22fe12 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -216,4 +216,9 @@ messages/**) -keep class com.sun.source.** { *; } # for coroutines --keep class kotlinx.coroutines.** { *; } \ No newline at end of file +-keep class kotlinx.coroutines.** { *; } + +# for webdemo +-keep class com.intellij.openapi.progress.ProgressManager { *; } + + \ No newline at end of file