andylamax
07/26/2021, 9:25 PMturansky
07/26/2021, 9:29 PM./gradlew --stop
1. Go to global gradle dir %USER_DIR%/.gradle
and remove following directories:
• caches
• configuration-cache
2. Check compilationRobert Jaros
07/26/2021, 9:30 PMRobert Jaros
07/26/2021, 9:32 PMandylamax
07/26/2021, 10:21 PMandylamax
07/26/2021, 10:21 PMandylamax
07/27/2021, 12:39 AMRobert Jaros
07/27/2021, 3:22 AMconsole.log(...)
to
val x = ...
console.log(x)
it was enough to workaround the bug for me. I don't know if it's works for you.turansky
07/27/2021, 1:42 PM1.5.30-M1
? Is it affected too?Robert Jaros
07/27/2021, 2:15 PMandylamax
07/28/2021, 2:53 AM