Hello everyone. I’m trying to implement Kotlin coroutines within a project as per this article https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow. However wherever I see client.execute() or client.select(), IntelliJ highlight execute in red. All I can see when I hover is this message Unresolved reference: execute. I think I have a missing gradle package. I have these regarding couroutines:
The R2DBC and DatabaseClient APIs have changed several times since that article was published. Ctrl + Click or look up the Java doc to get a better sense of what the current implementation is.