I want to connect to the Corda node using RPC. How can I include the CordApp Gradle project to my Spring one?
I found this (obligation-cordapp). But here the client is inside the Corda project and in my case, I have two Gradle projects. One CordApp and other Spring.