ProjectExodus icon indicating copy to clipboard operation
ProjectExodus copied to clipboard

Output Kotlin files in given directory

Open rogeralsing opened this issue 6 years ago • 4 comments

Currently, the transpiler just outputs to std out, this should be changed so that users can pass a directory path so the transpiler can output KT files in the given output directory

rogeralsing avatar Jul 07 '17 19:07 rogeralsing

I can help with this.

imgen avatar Jul 18 '17 11:07 imgen

I wasn't able to compile due to not able to install Microsoft.CodeAnalysis.* packages. Can you help?

imgen avatar Jul 18 '17 12:07 imgen

I run CsToKotlinTranspiler.sln, but in Program.cs, the loop never go to inside foreach (var d in p.Documents). As if no documents detected. How to make it run?

isral avatar Aug 07 '18 15:08 isral

I noticed there is a reference to "ConsoleApp4.sln" which doesn't exist. Should it be CsToKotlinTranspiler.sln?

IfoProgramming avatar Jun 15 '22 01:06 IfoProgramming