question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plugins { id("xxx") } 

See original GitHub issue

Is there a way to use the new plugins syntax instead of bulidscript?

That makes for a much better user experience when working with the gradle kotlin dsl.

plugins {
    id «plugin id» version «plugin version»
}

See the information about the new plugin mechanism in this page

https://plugins.gradle.org/plugin/jmfayard.github.io.gradle-kotlin-dsl-libs

https://plugins.gradle.org/docs/submit

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
jmfayardcommented, Oct 11, 2018

Yes!

0reactions
benjamin-badercommented, Oct 11, 2018

Ouch, that’s too bad about Google not publishing to plugins.gradle.org! Thanks for confirming. Can we consider this issue to be resolved?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plugin query - Contact with Id = xxx-xxxx does not exist
Hi,. I have replaced the OOTB address1_country field with a custom lookup list. I created an entity called Country, and created records of ......
Read more >
What the difference in applying gradle plugin - Stack Overflow
The plugins block is the newer method of applying plugins, and they must be available in the Gradle plugin repository. The apply approach...
Read more >
Allow application of the Android Gradle plugins ... - Issue Tracker
To apply the Android Gradle plugin one has to do the following: ... Given that the Android Gradle plugins are not published to...
Read more >
Updating plugin throws " Cannot create more than one button ...
Updating plugin throws " Cannot create more than one button with id 'xxx' in toolbar with id 'xxx' in plugin with id 'cloud_xxx'...
Read more >
Is it possible to test settings-plugins via 'testkit' in same repo?
I'm trying to test a settings-based plugin via “functional tests” ... an error An exception occurred applying plugin request [id: 'xxx'] …
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found