From daad473975cc3e6eba0536d5a8fe750cf8b2fa7d Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sat, 21 Feb 2026 18:01:20 +0100 Subject: feat: removed the Config class --- opendc-demo/build.gradle.kts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'opendc-demo/build.gradle.kts') diff --git a/opendc-demo/build.gradle.kts b/opendc-demo/build.gradle.kts index d5a84120..7512211a 100644 --- a/opendc-demo/build.gradle.kts +++ b/opendc-demo/build.gradle.kts @@ -25,8 +25,10 @@ description = "Demo for the OpenDC digital twin" plugins { `kotlin-library-conventions` + kotlin("plugin.serialization") version "1.9.22" } -dependencies { - implementation(project(mapOf("path" to "::opendc-compute:opendc-compute-simulator"))) +repositories { + mavenCentral() + maven(url = "https://packages.confluent.io/maven/") } -- cgit v1.2.3