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
- Host: GitHub
- URL: https://github.com/progress-studio/story-kotlin
- Owner: progress-studio
- License: mit
- Created: 2024-07-14T03:55:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T09:06:40.000Z (8 months ago)
- Last Synced: 2025-03-26T04:21:31.220Z (about 2 months ago)
- Topics: kotlin, kotlin-multiplatform, xml, xml-parser
- Language: Kotlin
- Homepage: https://central.sonatype.com/artifact/kr.progress.story/story
- Size: 137 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](http://kotlinlang.org)
[](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")
}
```