Skip to content

Commit 3cde86c

Browse files
authored
expose apollo-ast as an api dependency (apollographql#5838)
1 parent fa51285 commit 3cde86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/apollo-compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apolloLibrary(
1010
)
1111

1212
dependencies {
13-
implementation(project(":apollo-ast"))
13+
api(project(":apollo-ast"))
1414
api(libs.poet.kotlin) {
1515
// We don't use any of the KotlinPoet kotlin-reflect features
1616
exclude(module = "kotlin-reflect")

0 commit comments

Comments
 (0)