https://github.com/runningcode/kapt-cc-input-changes
cc-input-changes
https://github.com/runningcode/kapt-cc-input-changes
Last synced: 2 days ago
JSON representation
cc-input-changes
- Host: GitHub
- URL: https://github.com/runningcode/kapt-cc-input-changes
- Owner: runningcode
- Created: 2023-04-21T13:59:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T08:21:37.000Z (about 3 years ago)
- Last Synced: 2025-02-25T08:15:24.203Z (over 1 year ago)
- Language: Kotlin
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kapt Configuration Cache Input changes in Gradle 8.1
## Reproduction steps
1. `rm -rf .gradle/configuration-cache/*`
2. `./gradlew clean`
3. `./gradlew assDebug`
4. `./gradlew assDebug`
On the second build you will see: `Calculating task graph as configuration cache cannot be reused because an input to plugin 'com.android.internal.library' has changed.`
Bug filed here: https://youtrack.jetbrains.com/issue/KT-58167/Applying-KAPT-plugin-to-Gradle-8.1-causes-configuration-cache-miss