Lunzi
03/31/2018, 11:23 PMval fos = FileOutputStream(temp)
fos.write(fis.readAllBytes)
Hey guys. i ensure my jdk version is 10 and project level 9, but my IDEA error on the "readAllBytes" method. Error: Kotlin: Unresolved reference: readAllBytes