Skip to content

Commit

Permalink
Change kopy-args to api from implementation in the Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Sep 1, 2024
1 parent 3c4fcc1 commit bd97afc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Changed

- `kopy-args` to `api` from `implementation` in the Gradle plugin

### Deprecated

### Fixed
Expand Down
1 change: 0 additions & 1 deletion kopy-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import com.javiersc.kotlin.stdlib.notContain
import java.io.File
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion

hubdle {
config {
Expand Down
3 changes: 1 addition & 2 deletions kopy-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import com.javiersc.gradle.extensions.version.catalogs.artifact
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion

hubdle {
config {
Expand Down Expand Up @@ -59,7 +58,7 @@ hubdle {
main {
dependencies {
implementation(gradleKotlinDsl())
implementation(projects.kopyArgs)
api(projects.kopyArgs)
compileOnly(projects.kopyCompiler)
compileOnly(hubdle.jetbrains.kotlin.gradle.plugin)
}
Expand Down

0 comments on commit bd97afc

Please sign in to comment.