Razvan
04/30/2021, 8:46 AMgetResourceAsStream is annotated as @nullable I thought it would say that you can't call .reader()' on its result without?or!!`
Companion::class.java.getResourceAsStream("/${resource.removePrefix("/")}").reader()dave
05/02/2021, 5:03 PMRazvan
05/06/2021, 9:43 AMFileNotFoundException is better yep... Thank you!dave
05/06/2021, 9:46 AM