allan.conda
06/12/2020, 4:51 AM/.gradle/caches/transforms-2/files-2.1/08b4d730ba6c80c87328a0558e314dae/jetified-kotlin-stdlib-jdk7-1.3.72.jar: Runtime JAR file has version 1.3 which is older than required for API version 1.4
Joost Klitsie
06/12/2020, 7:14 AMallan.conda
06/12/2020, 1:39 PMIvann Ruiz
06/15/2020, 4:09 PM1.3.72
, 1.4
is still not stable, I thinkallan.conda
06/15/2020, 4:23 PMlouiscad
06/15/2020, 5:06 PMI can’t find which dependency is using 1.4Did you try running
./gradlew :module-you-suspect-has-adependency-on-kotlin-one-point-four:dependencies
starting from the module shaving dependencies yu updated after Kotlin 1.4-M1 was released?allan.conda
06/15/2020, 5:30 PM+--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.7
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 1.3.72 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7
| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 1.3.72 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.3.71 -> 1.3.72
That would be weird if I’m the only one facing this issue 🤔louiscad
06/15/2020, 5:30 PMallan.conda
06/15/2020, 5:50 PMlouiscad
06/15/2020, 8:23 PMallan.conda
06/17/2020, 12:01 PM/.gradle/caches/transforms-2/files-2.1/08b4d730ba6c80c87328a0558e314dae/jetified-kotlin-stdlib-jdk7-1.3.72.jar: Runtime JAR file has version 1.3 which is older than required for API version 1.4Looks like it was caused by the latest update. Shows up when I update to agp 4.2.0-alpha01 and gradle 6.5-rc-1.