Join Slack
Powered by
What I do when I need the classfiles on disk is — ...
# announcements
j
jest
10/24/2016, 10:09 AM
What I do when I need the classfiles on disk is — surely hackish — to run some Kotlin code in Eclipse to force the compiler to spit out the binaries to the disk. Most often, just a simple testcase:
Copy code
class Null { @org.junit.Test fun test() { } }
3
Views
Open in Slack
Previous
Next