iOS building fix

This commit is contained in:
Anuken
2019-03-23 18:33:33 -04:00
parent f959760c07
commit 30e5f2b17d
2 changed files with 9 additions and 3 deletions

View File

@@ -156,7 +156,8 @@ project(":ios"){
dependencies{
compile project(":core")
compile project(":net")
compileOnly project(":annotations")
compile arcModule("backends:backend-robovm")
compile "com.mobidevelop.robovm:robovm-rt:$roboVMVersion"