Skip to content

Commit

Permalink
Fix transformation builder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 authored May 19, 2022
1 parent 2017ada commit 42c4955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion url-gen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
implementation("com.cloudinary:kotlin-transformation-builder-sdk:1.1.0")
api("com.cloudinary:kotlin-transformation-builder-sdk:1.1.0")
implementation(kotlin("stdlib-jdk8"))
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
Expand Down
48 changes: 0 additions & 48 deletions url-gen/src/main/kotlin/com/cloudinary/util/Validations.kt

This file was deleted.

0 comments on commit 42c4955

Please sign in to comment.