anyone knows how to get a spring boot up and runni...
# multiplatform
t
anyone knows how to get a spring boot up and running with MPP? It looks like annotation processing wouldn't work in case of MPP, e.g.
@Value("\$some.prop")
placeholders cannot be filled, or
@Component
annotated classes arn't found to inject them elsewhere