0

My goal is add possibility to invoke part of Kotlin code as standalone executable in PC, without android dependencies. Currently I have done this via creating another project in child folder with custom gradle script and symlinks to reused classes. But I lack code completion in Android studio, and symlinks will not be work on Windows, as I know. I not want to create jar library and use it both in android and standalone project, because in that case I will have to manually update that library for each update. Maybe, there are some another way?

Zoe
  • 27,060
  • 21
  • 118
  • 148
wingear
  • 819
  • 9
  • 21

0 Answers0