Files
correx/testing/fixtures/build.gradle
T

17 lines
549 B
Groovy

plugins {
id 'java-library'
id 'org.jetbrains.kotlin.jvm'
id 'org.jetbrains.kotlin.plugin.serialization'
}
dependencies {
implementation(project(":core:events"))
implementation(project(":core:transitions"))
implementation(project(":core:approvals"))
implementation(project(":core:sessions"))
implementation(project(":core:tools"))
implementation(project(":core:inference"))
implementation(project(":core:context"))
implementation(project(":core:kernel"))
implementation(project(":core:validation"))
}