GRPC Proof of Concept Gradle Multi project with following sub-projects: Server application + Interface Definition Language (IDL). Client application. Run the server $ cd server $ ../gradlew run Run the client $ cd client $ ../gradlew run Run tests $ ./gradlew test