Skip to content

Commit 15a18fd

Browse files
committed
remove warning
1 parent 13cb64f commit 15a18fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ kotlin.js.yarn=false
3333

3434
# https://github.com/gradle/gradle/issues/31278
3535
kotlin.internal.collectFUSMetrics=false
36+
37+
# Remove when https://github.com/google/ksp/pull/2554 is released
38+
ksp.version.check=false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
POM_NAME=Apollo Kotlin Debug Server
22
POM_DESCRIPTION=Apollo Kotlin debug server, used by tools to inspect running applications using Apollo.
3+
4+
ksp.allow.all.target.configuration=false

0 commit comments

Comments
 (0)