September 2018
Intermediate to advanced
386 pages
11h 17m
English
Creating a Gradle project is similar to how we created the project in Chapter 4, Developing your Serverless Application. The following step is the only difference:

Once the Gradle project is ready, we will need Kotlin's dependency on Node.js and express.js support. From the IDE's terminal, perform the following steps:
npm init
npm install kotlin --save
Read now
Unlock full access