ankicode icon indicating copy to clipboard operation
ankicode copied to clipboard

Kotlin support

Open daveight opened this issue 4 years ago • 0 comments

Add support for Kotlin language. the changes must be done in the following files: pylib/testing/framework/

provide implementation for the following APIs:

  • TypeConverter (input/output)
  • TemplateGenerator
  • TestRunner
  • TestSuiteGenerator
  • TypeMapper

adjust qt/aqt/reviewer.py - to add code selection options in the UI adjust pylib/testing/framework/lang_factory.py - create the corresponding factory and return it in the get_lang_factory() function

daveight avatar May 19 '21 13:05 daveight