In order to build gradle project, Go to the project root directory location (samples) and execute the following shell command,
./gradlew installDist
In order to run, Go to Kotlin
project root directory location (productinfo/kotlin/server) and execute the following
shell command,
./build/install/server/bin/productinfo-server
In order to build gradle project, Go to the project root directory location (inside samples directory) and execute the following shell command,
./gradlew installDist
In order to run, Go to Kotlin
project root directory location (productinfo/java/client) and execute the following
shell command,
./build/install/client/bin/productinfo-client