html project commented out of gradle build
This commit is contained in:
parent
146c4111fd
commit
f69b8970de
1 changed files with 2 additions and 1 deletions
|
@ -97,6 +97,7 @@ project(":ios") {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
project(":html") {
|
||||
apply plugin: "gwt"
|
||||
apply plugin: "war"
|
||||
|
@ -112,11 +113,11 @@ project(":html") {
|
|||
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
project(":core") {
|
||||
apply plugin: "kotlin"
|
||||
|
||||
|
||||
dependencies {
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
||||
|
|
Loading…
Reference in a new issue