An open API service indexing awesome lists of open source software.

https://github.com/progress-studio/story-kotlin

XML-based Story Format Processor
https://github.com/progress-studio/story-kotlin

kotlin kotlin-multiplatform xml xml-parser

Last synced: about 1 month ago
JSON representation

XML-based Story Format Processor

Awesome Lists containing this project

README

        

![Story](https://github.com/user-attachments/assets/21b32b2f-6a75-4be4-99c8-56ce231f0d80)
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![MIT License](https://img.shields.io/badge/license-MIT%20License-blue.svg?style=flat)](https://opensource.org/license/mit)

Story is XML-based Story Format Processor for Kotlin Multiplatform projects.

## Installation
### via Gradle
```kts
repositories {
mavenCentral()
}

dependencies {
implementation("kr.progress.story:story:0.0.9")
}
```