#901·matrix

最新的AndroidStudio如何gradle如何配置matrix?

作者: EvenDai创建于 2025年5月27日更新于 2026年1月12日

dependencies { classpath ("com.Tencent.matrix:matrix-gradle-plugin:${MATRIX_VERSION}") { changing = true } } apply plugin: 'com.Tencent.matrix-plugin' matrix { trace { enable = true // if you don't want to use trace canary, set false baseMethodMapFile = "${project.buildDir}/matrix_output/Debug.methodmap" blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt" } }