-
**Build scan link**
https://scans.gradle.com/s/5q4mdauav5xri
**Plugin version**
1.20.0
**Gradle version**
8.1.1
**(Optional) Android Gradle Plugin (AGP) version**
8.0.2
**`reason` outp…
-
您好,我在ArouterKspCompiler:1.9.20-1.0.7和KSP版本1.9.20-1.0.14的多模块项目中遇到如下报错,编译失败
KSErrorType cannot be cast to class java.lang.String
java.lang.ClassCastException: class com.google.devtools.ksp.symbol.im…
-
我按照 https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 的配置,换成4.1.1去进行ksp实体代码生成.
8个实体,ksp编译花了 03:44 min ,Entity是独立项目,只有8个实体类的编译,不含其他业务代码和测试代码.
想问下这算是正常情况吗?
I followed the configuration at h…
-
Everytime we make a code change (eg: add a log line), kspDebugKotlin step takes 13 seconds and causes issues. Is this expected due to annotation library (or) is it supposed to be compiling incremental…
-
### Description
Background:
- kotlin is a popular language (rightly so)
- [kapt](https://kotlinlang.org/docs/kapt.html) is the adapter for java annotation processing
- the is in maintenance mo…
-
I'm seeing the following error when trying to build a project:
```
> Task :androidApp:kspDevDebugKotlin FAILED
e: [ksp] java.lang.ClassCastException: class com.google.devtools.ksp.impl.symbol.kot…
-
When calling KSP without `-jdk-home` argument, I get the following:
```
Exception in thread "main" org.jetbrains.kotlin.analysis.api.lifetime.KaInvalidLifetimeOwnerAccessException: Access to inval…
-
Currently ObjectBox supports using KAPT for processing annotations in Kotlin.
KSP is a new Kotlin annotation processing framework by Google and supported by Jetbrains that processes annotations in a…
-
用了ksp,那个自动生成的代码,会自动消失
ksp {
arg("ModuleName", project.name)
}
每个模块都用了这个,然后初始化:
Component.init(
application = BaseApplication.app,
isDebug = BuildConfig.DEBUG,
…
-
For Kotlin projects, Mapstruct currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.
KSP offers an alternative to …