Join Slack
Powered by
Hi, do you know how can I define the plugins of my...
# gradle
a
Ayfri
08/27/2021, 5:05 PM
Hi, do you know how can I define the plugins of my project using the
libs.versions.toml
?
😶 2
👌 1
stackoverflow
2
e
ephemient
08/27/2021, 5:08 PM
https://docs.gradle.org/current/userguide/platforms.html#sec:plugins
ephemient
08/27/2021, 5:10 PM
but it's not great to use,
https://github.com/gradle/gradle/issues/17968
a
Ayfri
08/27/2021, 5:38 PM
it doesn't exactly works, it doesn't build because I'm importing the
KotlinCompile
class in my
build.gradle.kts
but it says that it cannot find it (but the rest works)
2
Views
Open in Slack
Previous
Next