Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Package creation fails when the solution's language is 'kotlin16' #506

Open VArtem opened 1 year ago

VArtem commented 1 year ago

When the (only) solution's language is 'kotlin16', package creation fails with

PackageException: Can't create or save package files: 'kotlin16' is not a known file type.

When changed to 'kotlin', the same package is created without an issue.