diff --git a/build.gradle b/build.gradle index d5cf04ce..a3d41a46 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,8 @@ def multiplatformModules = [ "orx-quadtree", "orx-hash-grid", "orx-depth-camera", - "orx-triangulation" + "orx-triangulation", + "orx-view-box" ] def doNotPublish = ["openrndr-demos"]