From f1c9d89c40493dd353ce14ec155cd2f238065027 Mon Sep 17 00:00:00 2001 From: tianxiangyu <96164429+FlyJingFish@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:02:09 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android-aop-core/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-aop-core/proguard-rules.pro b/android-aop-core/proguard-rules.pro index 96b45456..02d677b7 100644 --- a/android-aop-core/proguard-rules.pro +++ b/android-aop-core/proguard-rules.pro @@ -25,7 +25,7 @@ # @androidx.annotation.Keep ; #} -keep class * implements kotlin.coroutines.Continuation{ - getCompletion(); + kotlin.coroutines.Continuation getCompletion(); ; } -keep class * {