Colton Idle
07/21/2024, 12:44 PMfiles
sub dir as per the docs. and added a text file. Now I'm trying to read it, but get an error Missing resource with path: files/blah.txt
Ideas?
val dictionary = readResourceBytes("files/blah.txt").decodeToString()
Alexander Zhirkevich
07/21/2024, 12:51 PMColton Idle
07/21/2024, 1:03 PMKonstantin Tskhovrebov
07/22/2024, 7:29 AM