From c78af1494fbd3db08efaddb895756253f41e36d5 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:09:53 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20Protobuf=20Bean=20=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E4=B8=BA=20Stable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 ++ compose_stability_configuration.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 compose_stability_configuration.txt diff --git a/app/build.gradle b/app/build.gradle index e33a97cd..5a9cff1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,6 +86,8 @@ android { // freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"] freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" + project.buildDir.absolutePath + "/compose_metrics"] freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=" + project.buildDir.absolutePath + "/compose_metrics"] + freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=" + + project.rootDir.absolutePath + "/compose_stability_configuration.txt"] } packagingOptions { resources { diff --git a/compose_stability_configuration.txt b/compose_stability_configuration.txt new file mode 100644 index 00000000..1a0b4606 --- /dev/null +++ b/compose_stability_configuration.txt @@ -0,0 +1 @@ +com.huanchengfly.tieba.post.api.models.protos.** \ No newline at end of file