-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Gradle Kotlin DSL #355
Comments
FYI, this is the kind of API I expect to add this plugin to my codebase : https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block |
Here is the way I was able to add it in my project ( Haven't tested it if this works, but I was able to do gradle sync successfully ) CREDIT GOES TO : https://www.caravellecode.fr/android-gradle-plugin-resolution/settings.gradle.kts
libs.versions.toml
Project level build.gradle.kts
app/module level build.gradle.kts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Shot is the last plugin on our project that is not providing a way to use a new plugins block and
alias
. It would be nice if it was fixedActual behaviour
Right now the only way I found is via classpath. Surely there is a lengthy workaround to overcome this by copying everything manually but I feel like Kotlin DSL is the staple for Gradle and Shot snould provide this out of the box
Steps to reproduce
Try to add Shot
Version of the library
Any
The text was updated successfully, but these errors were encountered: