From 3bef89761cf080166540c7a04d0234bacadadc9d Mon Sep 17 00:00:00 2001 From: gauthams-kumar <63323199+gauthams-kumar@users.noreply.github.com> Date: Tue, 14 Jul 2020 21:46:53 +0100 Subject: [PATCH] Added missing commas At end of lines 18, 41 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 30d1c06..ef58e6c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val orxFeatures = setOf( // "orx-camera", // "orx-chataigne", "orx-compositor", -// "orx-dnk3" +// "orx-dnk3", // "orx-easing", // "orx-file-watcher", // "orx-parameters", @@ -38,7 +38,7 @@ val orxFeatures = setOf( // "orx-osc", // "orx-palette", // "orx-poisson-fill", -// "orx-rabbit-control +// "orx-rabbit-control, // "orx-runway", "orx-shade-styles", // "orx-shader-phrases",