Skip to content

Kotlin example implementation of ports and adapters (hexagonal) architecture

Notifications You must be signed in to change notification settings

j0a0m4/ports-and-adapters

Repository files navigation

ports-and-adapters

Kotlin example implementation of ports and adapters (hexagonal) architecture

This project is a idiomatic Kotlin take on ports and adapters architecture. The intent is to show how Kotlin features enables us to build fluent DSLs that express the team's ubiquitous language.