Skip to content

Commit 4b23834

Browse files
ochafikclaude
andcommitted
chore: Remove non-existent Kotlin SDK references
Removed kotlin job from CI and kotlin paths from .prettierignore as they reference directories that don't exist. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4f7916c commit 4b23834

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,3 @@ jobs:
4949
- name: Test Swift SDK
5050
working-directory: swift
5151
run: swift test
52-
53-
kotlin:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v4
57-
58-
- name: Set up JDK 21
59-
uses: actions/setup-java@v4
60-
with:
61-
java-version: "21"
62-
distribution: "temurin"
63-
64-
- name: Build Kotlin SDK
65-
working-directory: kotlin
66-
run: |
67-
chmod +x gradlew
68-
./gradlew build
69-
70-
- name: Test Kotlin SDK
71-
working-directory: kotlin
72-
run: ./gradlew test

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ examples/basic-server-vanillajs/**/*.tsx
99
sdk/swift/.build/
1010
examples/basic-host-swift/.build/
1111
examples/basic-host-swift/build/
12-
examples/basic-host-kotlin/.gradle/
13-
examples/basic-host-kotlin/build/
1412

1513
# Swift build artifacts
1614
swift/.build/

0 commit comments

Comments
 (0)