livefront / sealed-enum

A Kotlin annotation processor that makes writing normal enum classes obsolete.
Apache License 2.0
149 stars 7 forks source link

Use KotlinPoet KSP integration #93

Closed alexvanyo closed 3 years ago

alexvanyo commented 3 years ago

Brings in the KotlinPoet KSP interop artifact, which is a new artifact as of the latest KotlinPoet release.

This allows removing a lot of the existing KotlinPoetKsp.kt code, since that functionality is now provided by the new artifact.

github-actions[bot] commented 3 years ago

🧛 Project Code Coverage: 97.65%

Coverage of Modified Files:

File Coverage
KotlinPoetKsp.kt 89.89%
SealedEnumProcessor.kt 97.98%

Modified Files Not Found In Coverage Report:

Dangerfile build.gradle.kts build.gradle.kts libs.versions.toml

Codebase cunningly covered by count Shroud 🧛

Generated by :no_entry_sign: Danger

alexvanyo commented 3 years ago

Thanks @weisers !