Describe the bug
When applying an enrichment to a nullable field kompendium throws an exception
Exception in thread "main" java.lang.IllegalStateException: Incorrect enrichment type for enrichment id: thingA
To Reproduce
Steps to reproduce the behavior:
- Change
String to String? in
- Try to run the EnrichmentPlayground
- You receive an error
Exception in thread "main" java.lang.IllegalStateException: Incorrect enrichment type for enrichment id: thingA
Expected behavior
Nullable fields should be correctly handled
Screenshots

Describe the bug
When applying an enrichment to a nullable field kompendium throws an exception
To Reproduce
Steps to reproduce the behavior:
StringtoString?inkompendium/playground/src/main/kotlin/io/bkbn/kompendium/playground/util/Models.kt
Line 8 in c9eb45f
Exception in thread "main" java.lang.IllegalStateException: Incorrect enrichment type for enrichment id: thingAExpected behavior
Nullable fields should be correctly handled
Screenshots
