Skip to content

Commit 6cbb233

Browse files
Fix compatibility issues with multiplatform plugins
1 parent 513d8d1 commit 6cbb233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/src/main/groovy/com/kezong/fataar/FatAarPlugin.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ class FatAarPlugin implements Plugin<Project> {
3737
createConfigurations()
3838
registerTransform()
3939
project.afterEvaluate {
40-
doAfterEvaluate()
40+
project.afterEvaluate {
41+
doAfterEvaluate()
42+
}
4143
}
4244
}
4345

0 commit comments

Comments
 (0)