Kotlin

News, tips, tricks and tutorials related to kotlin

Kotlin

  • Kotlin multiplatform monorepo

    Kotlin Multiplatform Monorepo: Structuring Multiple Apps in a Single Project

    When a product grows beyond a single app, you quickly face a question that the official KMP tooling does not answer out of the box: how do you share a single Kotlin codebase across several independent applications — say, a controller app and a display app — without tangling their code together?