Toshihiro Nakamura
06/30/2024, 1:46 AMksp.useKSP2=true
setting from Gradle.
When passing a KSNode to the functions of KSPLogger
, the location information is not output in the logs.
Is this intentional?
When ksp.useKSP2=false
is set, the location information is output in the logs.Toshihiro Nakamura
06/30/2024, 1:51 AMksp.useKSP2=true
:
> Task :kspKotlin FAILED
e: [ksp] The class “Employee” must not have type parameters.Output when
ksp.useKSP2=false
:
> Task :kspKotlin
e: [ksp] /Users/nakamura/src/github.com/komapper/komapper-quickstart/src/main/kotlin/org/komapper/quickstart/Employee.kt7 The class “Employee” must not have type parameters.
Toshihiro Nakamura
07/06/2024, 11:20 AM