Kotlin Playground permalink to code

I use kotlin playground quite a bit to test code. It is more convenient than using my own compiler. However, when I generate a share link, so that I can continue to work on the same code from a different computer, that link only seems to capture the exact snapshot at the moment the share link was generated. If I edit the code after the link was generated, those changes will not be reflected when the link is opened in a new browser. Is there any way to generate a perma link so that I can switch between computers?