Release version 2.0.0 and add test-app setup.

Updated the version from 2.0.0-SNAPSHOT to 2.0.0 in `build.gradle.kts` for release readiness. Added a new `test-app` project including Gradle build files, scripts, and configuration for Kotlin multiplatform with JS and JVM targets to enable testing and application runtime.
This commit is contained in:
2025-03-27 19:41:49 +01:00
parent bcc88f71e4
commit 29cc78c6ba
10 changed files with 442 additions and 1 deletions

6
.gitignore vendored
View File

@@ -45,3 +45,9 @@ bin/
.kotlin
gradle.properties
test-app/data
test-app/kotlin-js-store
test-app/build
test-app/.gradle
test-app/.kotlin