kora icon indicating copy to clipboard operation
kora copied to clipboard

Kora framework

Kora is a jvm-based framework for building backend apps. It aims to be the solution for writing highly scalable and performant web applications using idiomatic java and kotlin with minimal amount of a boilerplate code.

Check out the full documentation here: Documentation

Name origin

Kora (Kore) aka Persephone - ancient greek goddess of Spring

Installation

    implementation platform("ru.tinkoff.kora:kora-parent:$koraVersion")
    annotationProcessor "ru.tinkoff.kora:annotation-processors:$koraVersion"