-
When I enable KSP2 through gradle.properties (`ksp.useKSP2=true`), I get errors when compiling a Room database that uses a serialized entity.
```
e: [ksp] [MissingType]: Element 'com.example.myapp…
-
There's a difference in the way KSP handles `@GlideModule` annotation in comparison to KAPT.
* **KSP**: the exact class which is annotated with `@GlideModule` must extend `AppGlideModule` or `L…
-
Hey,
I just wanted to ask if you intend to update your Mod so that it is compatible with the newer versions of KSP (1.9-1.10). I have the problem that almost all of my spacecrafts rely on the parts…
-
Certain Firespitter modules no longer work as intended with ModuleEngines and ModuleEnginesFX.
Everything that uses `engine.maxThrust = ...` to change engine thrust in flight no longer works properly …
-
The following mods still have AVC support:
Filter Extensions
USI Tools
B9 Aerospace Procedural Parts
RasterPropMonitor
KAS
HyperEdit
KIS
TAC Life Support
We also should get our own KSP-AVC file.
-
While running tests using dagger + dagger-android (2.49) on KSP (1.9.20-1.0.14) I found a huge performance regression. In order to get timing info about dagger/ksp/kapt I adjusted the kotlin strategy …
-
Is it possible to fail build when KSP is not configured but `@JsonClass(generateAdapter = true)` is used?
Now when KSP is not added but `@JsonClass(generateAdapter = true)` is used adapter is not gen…
-
### Description:
I'm encountering a KSP compilation failure where an unresolved `error.NonExistentClass` appears during the processing of `MarketDaoImpl` and `LocalDatasourceModule`. This issue occur…
-
Thermal Mass and Skin T. Mass of an ablative shield randomly(?) changes. Observed both with revert-to-launch and revert-to-vab-and-restart-sim; have not tried seeing whether it changes on a single ves…
-
### Ktorfit version
2.0.1
### What happened and how can we reproduce this issue?
Upgrading from kotlin 1.9.24 to kotlin 2.0.x and ktorfit 2.0.1 in my multimodule project has been giving error messa…