Browse Source

Fix Regression from 4221ce9b9f231a6c4e45f29a0c5393245dfa5ee0 - Forgot to add settings.gradle to enable the Composing Builds

MeFisto94 5 years ago
parent
commit
d01a0fc583
1 changed files with 2 additions and 0 deletions
  1. 2 0
      settings.gradle

+ 2 - 0
settings.gradle

@@ -0,0 +1,2 @@
+rootProject.name = 'sdk'
+includeBuild './engine'