Skip to content

Commit

Permalink
Merge pull request #125 from MohamedRejeb/0.5.x
Browse files Browse the repository at this point in the history
Remove unused files helper functions
  • Loading branch information
MohamedRejeb authored Jul 25, 2024
2 parents a6a5eff + a2eb34d commit bc0c3e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ actual class FilePickerLauncher actual constructor(

val File.extension: String
get() = name.substringAfterLast(".")

fun main() {
MimeTypes.findExtensionsByMimeTypes("video/*", true).also {
println(it)
}
}

0 comments on commit bc0c3e8

Please sign in to comment.