I'm using Spring Boot with Kotlin and the app is deployed to Google App Engine Standard. I know that I can debug with Stackdriver using Java but can I use Stackdriver to debug my production code in Kotlin? I would like to use snapshots and logpoints.
Unfortunately, as of March 2016, Kotlin is not supported yet for StackDriver Debug, only Java.