Adds support for Android
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* Detailed information about configuring a multi-project build in Gradle can be found
|
||||
* in the user guide at https://docs.gradle.org/4.4.1/userguide/multi_project_builds.html
|
||||
*/
|
||||
include ':jmecontrollerconfig'
|
||||
|
||||
/*
|
||||
// To declare projects as part of a multi-project build use the 'include' method
|
||||
@@ -18,4 +19,5 @@ include 'services:webservice'
|
||||
rootProject.name = 'JMEControllerConfig'
|
||||
include "library"
|
||||
include "desktop"
|
||||
include "desktopLegacy"
|
||||
include "desktopLegacy"
|
||||
include "android"
|
||||
Reference in New Issue
Block a user