Skip to content

Commit 339c636

Browse files
committed
[.github/workflows/ci.yml] Another attempt at fixing gradle ; [README] Web
1 parent 7f5593e commit 339c636

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@v5
25+
with:
26+
gradle-version: '8.7'
2527

2628
- name: Run Tests and Checks
27-
run: ./gradlew check
29+
run: gradle test --stacktrace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Multiplatform (KMP) ecosystem. It leverages the **Kotlin Compiler PSI (Program S
1414
generate robust scaffolding, network layers, and UI components but also to **reverse-engineer** existing code back into
1515
abstract specifications.
1616

17-
It bridges the gap between API contracts and full-stack KMP applications targeting Android, iOS, and Desktop.
17+
It bridges the gap between API contracts and full-stack KMP applications targeting: Android, iOS, Desktop, and web.
1818

1919
## Key Features
2020

0 commit comments

Comments
 (0)