Karsten Gebbert
Karsten Gebbert
FWIW, I have hacked `GradleClassPathResolver.kt` to use a custom gradle classpath task which I had defined so that I can used `kotlinc` with all project dependencies, and it seems to...
Thanks for your reply. I might be able to manually maintain that file somewhere else as a workaround. I do get the size argument for stripping the sources, but its...
> - Would we allow literals "abc" > - Would we allow literals @"abc" > - Would we allow literals """abc...""" This would be the most natural/consistent way of constructing...