thanksforallthefish
09/12/2019, 10:32 AMConstructor threw exception; nested exception is java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
when instantiating
class WebConfiguration(
context: ApplicationContext,
@Qualifier("mvcConversionService") conversionService: ObjectFactory<ConversionService>)
: HateoasAwareSpringDataWebConfiguration(context, conversionService)
I would like to make my library compatible with pure java applications, is it possible? I mean, without adding kotlin stdlib to the runtime classpath of java applications