You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: