Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ jobs:
if-no-files-found: ignore

lint:
name: Lint & API Check
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-build-env
- run: ./gradlew spotlessCheck
- name: Check public API
run: ./gradlew apiCheck

Comment on lines 58 to 65
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With apiCheck removed from CI, the repo docs still state that Binary Compatibility Validator runs in CI and fails without an apiDump update (e.g. CONTRIBUTING.md around the versioning policy section). Please update the documentation to reflect the new workflow (and remove/replace any references to BCV/apiDump/apiCheck).

Copilot uses AI. Check for mistakes.
build-ios:
name: Build iOS
Expand Down
118 changes: 0 additions & 118 deletions core/api/android/core.api

This file was deleted.

126 changes: 0 additions & 126 deletions core/api/jvm/core.api

This file was deleted.

1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
alias(libs.plugins.androidKmpLibrary)
alias(libs.plugins.skie)
alias(libs.plugins.kover)
alias(libs.plugins.bcv)
alias(libs.plugins.mavenPublish)
alias(libs.plugins.dokka)
}
Expand Down
18 changes: 0 additions & 18 deletions featured-compose/api/android/featured-compose.api

This file was deleted.

8 changes: 0 additions & 8 deletions featured-compose/api/jvm/featured-compose.api

This file was deleted.

1 change: 0 additions & 1 deletion featured-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
alias(libs.plugins.composeMultiplatform)
alias(libs.plugins.composeCompiler)
alias(libs.plugins.kover)
alias(libs.plugins.bcv)
alias(libs.plugins.mavenPublish)
alias(libs.plugins.dokka)
}
Expand Down
Loading
Loading