I have an app running on Cloud Run and I'm trying to debug remotely using Intellij and the Cloud Code plugin. The java agent is running and I'm able to create snapshots on the GCP Debugger, but Intellij won't attach to the remote code. It shows my project and target properly but gives me this warning saying "Unknown repositories are not supported." and nothing happens if I click on "Attach Anyway".
Obs: I'm using Kotlin. Could this be the problem?