Merge pull request #117 from sbeginner/patch-1

The unity-classes directory is missing
This commit is contained in:
Rex Raphael 2020-03-23 15:31:52 +01:00 committed by GitHub
commit 51f0d8c190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include ':app'
include ':app', ':unity-classes'
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

View File

@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('unity-classes.jar'))