aboutsummaryrefslogtreecommitdiff
path: root/src/kotlin1521/kotlin/com/replaymod
AgeCommit message (Collapse)Author
2024-06-07Clean up Kotlin-specific files & support K2Deftu
2024-04-25Add support for Kotlin 1.9.0 (#21)DJtheRedstoner
The KotlinSourceRoot constructor was updated to include an additional argument related to Kotlin Multiplatform. We always pass null for this argument. Co-authored-by: Wyvest <wyvestbusiness@gmail.com>
2022-05-10Add support for kotlin-compiler-embeddable 1.6.20Jonas Herzig
While, unlike last time, maintaining backwards compatibility with 1.5.21 (and anything in between).