how well trod is the “compile kotlin within ant” u...
# getting-started
e
how well trod is the “compile kotlin within ant” user story?
v
ehubbard: The kotlin compiler itself is build with Ant. Maybe you can use it as a reference
e
It looks like if you do a <javac… fork=”true”> <withKotlin/> </javac> it fails.. but if you swap that true into a false.. then its fine
so I have a workaround for now..