pref: Protobuf Bean 标记为 Stable
This commit is contained in:
parent
c503e920d6
commit
c78af1494f
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
com.huanchengfly.tieba.post.api.models.protos.**
|
||||
Loading…
Reference in New Issue