Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Hello,
Thank you for the details. This has been forwarded internally.
Best regards
xa...@google.com <xa...@google.com>
sm...@google.com <sm...@google.com> #3
Hi,
Same here. We have a set-up running which is far below the quota, but on certain occasions it fails when accessing a document with the same error message: "service spreadsheets timed out while accessing document with id".
While normally happening only once in a while, for the last weekend it has been happening on every occasion of it running, which is every hour, so for the last 40+ times of it running it has thrown an error.
For me it fails most often on this row:
spreadsheetApp.openById("...").getSheetByName("name").getRange(1,1, sheet.getLastRow().createTextFinder("...").matchCase(false).findNext();
It would be very helpful if this could be investigated!
Thanks.
Same here. We have a set-up running which is far below the quota, but on certain occasions it fails when accessing a document with the same error message: "service spreadsheets timed out while accessing document with id".
While normally happening only once in a while, for the last weekend it has been happening on every occasion of it running, which is every hour, so for the last 40+ times of it running it has thrown an error.
For me it fails most often on this row:
spreadsheetApp.openById("...").getSheetByName("name").getRange(1,1, sheet.getLastRow().createTextFinder("...").matchCase(false).findNext();
It would be very helpful if this could be investigated!
Thanks.
Description
The issue is reproducible with
```
Android Studio 3.4.1
Build #AI-183.6156.11.34.5522156, built on May 1, 2019
JRE: 1.8.0_152-release-1343-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.5
```
and kotlin plugin version: `const val Kotlin = "1.3.10"` in `dependencies.kt` file set.
{quote}
Hello,
I have multi-module mono repository that consists of these modules:
android
common
common:test
server
The problem I am facing is that even though I do not include implementation("common:test") the IDE will still autocomplete the functions from that module (server/package.kt:6). If I try to compile the code it will not compile because that function does not exist (as expected because I do not include the module). I think this only happens when I add the android module to the project. I attached an example project that shows the issue I described.
I'm using IntelliJ IDEA Community 2019.1.3.
{quote}