Skip to content

Commit

Permalink
1、修改配置设置参数
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Jun 19, 2024
1 parent 2eb6489 commit 8f55029
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ open class AndroidAopConfig {

internal fun initConfig(){
AndroidAopConfig.debug = debug
AndroidAopConfig.includes.clear()
AndroidAopConfig.excludes.clear()
includes.forEach {
AndroidAopConfig.includes.add("$it.")
}
Expand Down

0 comments on commit 8f55029

Please sign in to comment.