[flutter_plugin_tools] Check licenses in Kotlin (#4373)

The license check overlooked Kotlin, since it's not currently widely
used in our repositories.

Also adds the missing license to one Kotlin file, from an example that
was (likely accidentally) re-generated using Kotlin instead of Java.
This commit is contained in:
stuartmorgan
2021-09-28 09:20:20 -04:00
committed by GitHub
parent 3d4782ae62
commit 769043d35a
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ const Set<String> _codeFileExtensions = <String>{
'.h',
'.html',
'.java',
'.kt',
'.m',
'.mm',
'.swift',