-
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 …
-
If I designate the annotation as ksp, the Type Adapter is not created, resulting in the following error.
```kotlin
implementation("com.tickaroo.tikxml:annotation:0.8.13")
implementation("…
-
用了ksp,那个自动生成的代码,会自动消失
ksp {
arg("ModuleName", project.name)
}
每个模块都用了这个,然后初始化:
Component.init(
application = BaseApplication.app,
isDebug = BuildConfig.DEBUG,
…
-
I haven't quite gotten to the bottom of this, but if you install Kcalbeloh, AVP, and OPM with OPX-NeidonPlus, the scatterer atmospheres do not work properly:
Without OPX-NeidonPlus:
![image](htt…
-
Suggestions to improve the build speed: use [KSP](https://github.com/google/ksp) 1.0 (Kotlin Symbol Processing) instead of kapt to shorten the build time
-
**Describe the bug**
**To Reproduce**
I followed the documentation https://insert-koin.io/docs/reference/koin-annotations/kmp configuration but it doesn't work properly
```log
e: [ksp] --> Mis…
-
With `2.0.20-1.0.25`.
Given a class like this:
```kotlin
class MyClass(private val c: Int) {
fun a(){}
fun b(){}
fun c(){}
}
```
`KSClassDeclaration.getAllFunctions()` will return…
-
**Edit** _When I originally wrote this, I thought it was related to the use of expect/actual in multiplatform. Upon further testing, it appears to be just related to the use of a typealiased annotatio…
-
**Describe the bug**
```
Could not resolve io.insert-koin:koin-ksp-compiler:1.4.0-RC4
No matching variant of io.insert-koin:koin-ksp-compiler:1.4.0-RC4 was found. The consumer was configured to f…
-
Describe your problem with KSPCF : When this patch is active, Persistent Rotation doesn't rotate crafts during timewarp. It resumes rotation after the timewarp stops. When the patch is disabled everyt…