-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
It will default with the value from the applications.yml, as currently happens. We will need a way to detect the current list of dialects in the project within a Compose component, something like:
useProjectQueryDialects() -> StateFlow<List<Dialect<*, *>>>
We might want to delegate this logic to some view model.