You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the user need
I want Snyk to be able to import git repos that use build.gradle.kts instead of only supporting build.gradle.
Describe expected behaviour
When importing from a git repository that uses build.gradle.kts, Snyk should be able to automatically detect and analyze dependencies the same way it would for a project using build.gradle.
Kotlin: build.gradle.kts files are not currently supported in Git.
This appears to be a known limitation, but I'm not sure if this is on the roadmap or being tracked anywhere else. If so, please point me in that direction.
The text was updated successfully, but these errors were encountered:
Describe the user need
I want Snyk to be able to import git repos that use
build.gradle.kts
instead of only supportingbuild.gradle
.Describe expected behaviour
When importing from a git repository that uses
build.gradle.kts
, Snyk should be able to automatically detect and analyze dependencies the same way it would for a project usingbuild.gradle
.Additional context
From https://docs.snyk.io/getting-started/supported-languages-and-frameworks/java-and-kotlin
This appears to be a known limitation, but I'm not sure if this is on the roadmap or being tracked anywhere else. If so, please point me in that direction.
The text was updated successfully, but these errors were encountered: