Hey, I updated one of my projects today, and it ...
# spring
l
Hey, I updated one of my projects today, and it looks like something has been bumped and is causing a strange error;
Copy code
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [application.bla.Properties]: No corresponding Kotlin constructor found
	at org.springframework.beans.BeanUtils$KotlinDelegate.instantiateClass(BeanUtils.java:742) ~[spring-beans-5.0.0.RC3.jar!/:5.0.0.RC3]
I'm using the kotlin-spring plugin in my Gradle script