Adam Jarvis
12/24/2024, 5:25 PMkspKotlin
e: java.lang.StackOverflowError
at org.jetbrains.kotlin.types.ClassifierBasedTypeConstructor.equals(ClassifierBasedTypeConstructor.kt:40)
I've followed the koin quickstart on the website. One class annotated with @module and one class as @single
Ksp plugin is on the classpath
koin = "3.5.6"
koin-annotations = "1.4.0"Adam Jarvis
12/24/2024, 5:31 PM@module then kspKotlin passes, and then hits the error configured for config failure
e: [ksp] --> Missing Definition typeAdam Jarvis
12/24/2024, 5:41 PMkoin = "4.0.1"
koin-annotations = "2.0.0-Beta3"
ksp = "2.0.21-1.0.28"
kotlin = 2.0.21Adam Jarvis
12/24/2024, 5:43 PMAdam Jarvis
12/24/2024, 5:50 PM@module
Which, makes sense. However this isn't clear in documentation I can find