API designed for the Thor application, facilitating integration through specified dependencies for enhanced functionality and streamlined development processes.
API for the Thor application.
kotlin { sourceSets { commonMain.dependencies { ... implementation("io.github.remmerw:thor:0.1.7") } ... } }