Update Kotlin version, refine .gitignore, and optimize tests

Upgraded Kotlin Multiplatform plugin to version 2.1.20 for better compatibility and feature enhancements. Adjusted .gitignore to include `.idea/**` for broader IntelliJ configuration exclusion. Increased test iteration count in `TestCachedString` to improve benchmarking precision.
This commit is contained in:
2025-04-09 20:45:39 +02:00
parent 4a4de2c22c
commit d671fbd64b
4 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ build/
!**/src/test/**/build/
### IntelliJ IDEA ###
.idea/**
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml