DEV Community

Discussion on: Infinite Scroll with Doodle

Collapse
 
pusolito profile image
Nicholas Eddy

You mean include more of the article directly here?

Collapse
 
ashishk1331 profile image
Ashish Khare😎

The build process. How to use it, unless it follows the general object declaration and then simple function calls to make it work.

Thread Thread
 
pusolito profile image
Nicholas Eddy

The build uses Gradle (as does all Kotlin JS/MPP projects). You can take a look at what that entails by checking out one of the tutorial project build files. And you can see how to setup a Kotlin/JS project here.

Beyond that, the example apps show how an app would be setup from scratch. But happy to answer questions as Kotlin/JS isn't as common place yet.