Kotlin Multiplatform Playground Document Help

commonMain

This is where you add common business logic for all environment.

Three Main Components

UseCase

A Use Case outlines specific actions a system takes to achieve a goal, detailing interactions between users and the system.

Entity

An Entity represents a unique object in a software system with its own identity and attributes, often modeling real-world entities or business objects.

Repository

A Repository Interface defines methods for accessing and managing data in a standardized way, abstracting underlying data storage mechanisms.

Last modified: 06 March 2024