Skip to content

Commit

Permalink
KSP2 issue log
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 19, 2024
1 parent 0e1a7df commit 5d4d069
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ org.gradle.caching=true
# ksp2
# https://github.com/google/ksp/blob/main/docs/ksp2.md
# TODO
# issues:
## NPE: FAILURE: Build failed with an exception.
##
## * What went wrong:
## Execution failed for task ':simbot-component-onebot-v11:simbot-component-onebot-v11-message:kspCommonMainKotlinMetadata'.
## > A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction
## > null cannot be cast to non-null type org.jetbrains.kotlin.load.java.structure.impl.JavaClassImpl
## https://github.com/google/ksp/issues/1929
ksp.useKSP2=false

0 comments on commit 5d4d069

Please sign in to comment.