spring cloud configurations do not have corresponding dsl-s in kofu (Spring Fu) and the support isn't planned.
So, can I somehow just include Spring Cloud Autoconfiguration into spring-fu application?
Specifically I'm trying to use
GcpFirestoreAutoConfiguration
UPD: found the autoconfiguration adapters, will try to implement it that way