node -v: v14.7.0npm -v: 6.4.7snyk -v: 1.370.1 (standalone)I expect I could import this project: https://github.com/Drjacky/OMDbMultiplatform
It shows an error:
- Could not detect supported target files. Please see our documentation for supported languages and target files.
Try to import https://github.com/Drjacky/OMDbMultiplatform.
It contains swift and kotlin languages

hi @Drjacky unfortunately the message you are seeing is correct neither *.swift or build.gradle.kts are supported via Github import in UI.
You can use the CLI to scan Kotlin applications and for Swift we only at the moment support CocoaPods lock files.
hi @Drjacky unfortunately the message you are seeing is correct neither
*.swiftorbuild.gradle.ktsare supported via Github import in UI.You can use the CLI to scan Kotlin applications and for Swift we only at the moment support CocoaPods lock files.
why had not you supported "build.gradle.kts" files in Github import to UI yet?
@realhuseynov Sorry, I didn't get your question/solution!