@martin_jung would like to help you with your Windows path issues which I think should be pretty easy to solve.
Use master. delete your app from your device/simulator. when start the REPL use clj -m krell.main -co build.edn -ro debug.edn -c -r
where debug.edn
is {:krell/verbose true}
this will now log cache puts which will let me see what paths Krell is caching which should make it clearer what's going on. Please add this output to the issue you opened, thanks.
@dnolen Thanks for looking into it. I posted something. Tell me if you need more.
k thanks
will take a look in a bit
@martin_jung yeah that helps a lot, will push some things later for you to try