Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Kotlin files in given directory #1

Open
rogeralsing opened this issue Jul 7, 2017 · 4 comments
Open

Output Kotlin files in given directory #1

rogeralsing opened this issue Jul 7, 2017 · 4 comments

Comments

@rogeralsing
Copy link
Owner

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

@imgen
Copy link

imgen commented Jul 18, 2017

I can help with this.

@imgen
Copy link

imgen commented Jul 18, 2017

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

@isral
Copy link

isral commented Aug 7, 2018

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?

@IfoProgramming
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants