Arnav Gupta
Arnav Gupta's Tech Blog

Arnav Gupta's Tech Blog

Follow
Follow
homebadgesnewsletter
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Publishing a Kotlin Multiplatform Project in all platforms (Win, Mac, Linux, JVM, JS) with Github Actions

Jan 2, 20232 min read

So I recently made a Parking Lot CLI program (the kind of ones you make for low-level system design interview questions). You can check the following...

Publishing a Kotlin Multiplatform Project in all platforms (Win, Mac, Linux, JVM, JS) with Github Actions

Managing libraries and dependencies in Android projects with Gradle version catalog

Apr 26, 20223 min read

In large multi-module Android (or for that matter any gradle-based) project, version management starts to become a bit of a pain. The most common way...

Managing libraries and dependencies in Android projects with Gradle version catalog