html project commented out of gradle build

This commit is contained in:
Yair Morgenstern 2018-03-03 23:41:38 +02:00
parent 146c4111fd
commit f69b8970de

View file

@ -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"