Executing the following cell: ``` import javax.imageio.ImageIO import java.io.File val ioImage = ImageIO.read(File("some_image.jpg")) ``` launches new process `IkotlinKt` that doesn't end.