https://github.com/2bab/transform-api-problem
https://github.com/2bab/transform-api-problem
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2bab/transform-api-problem
- Owner: 2BAB
- Created: 2023-02-12T03:36:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T08:02:41.000Z (about 3 years ago)
- Last Synced: 2025-08-15T09:40:08.512Z (10 months ago)
- Language: Kotlin
- Size: 118 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running `./gradlew clean assembleDebug --rerun-tasks -i > log.txt` to get the log.
A copy of [log.txt](error-log.txt) is placed in the root folder:
- Line 309-323: transforming `kotlin-stdlib-jdk8-1.7.22.jar` ` kotlin-stdlib-jdk7-1.7.22.jar` `kotlin-stdlib-1.7.22.jar` `annotations-13.0.jar`: The Gradle transform action happened before `:app:clean`.
- Line 228887-end: Failed to transform `kotlin-stdlib-jdk8-1.7.22.jar` ` kotlin-stdlib-jdk7-1.7.22.jar` `kotlin-stdlib-1.7.22.jar` `annotations-13.0.jar`: By the time the aggregation file is not existed so it throws exception.