I followed the configuration at https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 and switched to version 4.1.1 for KSP entity code generation. It took 03:44 min to compile 8 entities using KSP. The Entity is a standalone project with only 8 entity classes, excluding other business code and test code. I would like to ask if this is considered a normal situation?
我按照 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 https://github.com/kotlin-orm/ktorm/releases/tag/v4.0.0 and switched to version 4.1.1 for KSP entity code generation. It took 03:44 min to compile 8 entities using KSP. The Entity is a standalone project with only 8 entity classes, excluding other business code and test code. I would like to ask if this is considered a normal situation?
pom config :