From 8f958c5a578dc11b890c96c0dc48e3e3f92a4d07 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 7 Mar 2022 22:21:25 +0100 Subject: feat(web/proto): Design unified communication protocol This change adds a unified communication protocol in form of the module opendc-web-proto which contains the classes that form the communication protocol of OpenDC's API v2. By having the protocol in a separate module, we can utilize the classes in both server and client. --- buildSrc/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildSrc') diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 1b24b44b..c2144d00 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -38,4 +38,6 @@ dependencies { implementation(libs.jmh.gradle) implementation(libs.dokka.gradle) implementation(libs.shadow) + + implementation(libs.jandex.gradle) } -- cgit v1.2.3