Skip to content

Commit

Permalink
新增织入方式
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Apr 24, 2024
1 parent 739e67c commit 0cd1ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class AndroidAopPlugin : Plugin<Project> {
}
}else{
if (!isApp) {
logger.error("Plugin ['android.aop'] can only be used under the application, not under the module library invalid!")
logger.warn("Plugin ['android.aop'] can only be used under the application, not under the module library invalid!")
return
}
val androidComponents = project.extensions.getByType(AndroidComponentsExtension::class.java)
Expand Down

0 comments on commit 0cd1ac1

Please sign in to comment.