Skip to content

Commit 4373405

Browse files
chore(internal): codegen related update
1 parent aa06e8d commit 4373405

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

examples/.keep

Lines changed: 0 additions & 4 deletions
This file was deleted.

lithic-java-example/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation(project(":lithic-java"))
11+
implementation(project(":lithic-java-core"))
12+
implementation(project(":lithic-java-client-okhttp"))
1213
}
1314

1415
tasks.withType<JavaCompile>().configureEach {

0 commit comments

Comments
 (0)