aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-08-27 13:23:37 +0900
committershedaniel <daniel@shedaniel.me>2022-08-27 13:23:37 +0900
commit03b0adcf960c5e462fddc8e045b146a8c727670c (patch)
treedcd998806437b6fea4e6ce0d34f5ddf97404d674 /build.gradle
parent1ba613d9c97e722e76f459162de2e1a1c9e875bb (diff)
downloadRoughlyEnoughItems-03b0adcf960c5e462fddc8e045b146a8c727670c.tar.gz
RoughlyEnoughItems-03b0adcf960c5e462fddc8e045b146a8c727670c.tar.bz2
RoughlyEnoughItems-03b0adcf960c5e462fddc8e045b146a8c727670c.zip
Refactors to overlays and reiruntime
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 51f426fba..2acfe1558 100755
--- a/build.gradle
+++ b/build.gradle
@@ -38,6 +38,9 @@ allprojects {
":runtime-frontend:filtering",
":runtime-frontend:display",
":runtime-frontend:overlay",
+ ":runtime-frontend:paginated-entries",
+ ":runtime-frontend:scrolled-entries",
+ ":runtime-frontend:favorites-entries",
]
depProjects = [
":api",