pref: Protobuf Bean 标记为 Stable

This commit is contained in:
HuanCheng65 2024-02-01 13:09:53 +08:00
parent c503e920d6
commit c78af1494f
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
2 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,8 @@ android {
// freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"] // 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: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:metricsDestination=" + project.buildDir.absolutePath + "/compose_metrics"]
freeCompilerArgs += ["-P", "plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=" +
project.rootDir.absolutePath + "/compose_stability_configuration.txt"]
} }
packagingOptions { packagingOptions {
resources { resources {

View File

@ -0,0 +1 @@
com.huanchengfly.tieba.post.api.models.protos.**