From ce952cf3f27c154e06cfa56ca1ad7db9ba3eac7c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 29 Nov 2019 16:05:09 +0100 Subject: refactor: Rename odcsim-core to odcsim-api This change renames the main module of the odcsim library to odcsim-api, since it mainly contains the interfaces to be used by consumers of the API and implemented by the various frameworks. --- odcsim/odcsim-engine-omega/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odcsim/odcsim-engine-omega') diff --git a/odcsim/odcsim-engine-omega/build.gradle.kts b/odcsim/odcsim-engine-omega/build.gradle.kts index 4540c389..fb08a981 100644 --- a/odcsim/odcsim-engine-omega/build.gradle.kts +++ b/odcsim/odcsim-engine-omega/build.gradle.kts @@ -35,7 +35,7 @@ repositories { } dependencies { - api(project(":odcsim:odcsim-core")) + api(project(":odcsim:odcsim-api")) implementation(kotlin("stdlib")) implementation("org.jetbrains:annotations:17.0.0") -- cgit v1.2.3