Assigned
Status Update
Comments
jo...@ebay.com <jo...@ebay.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
Description
Description
When using
Steps to reproduce
Foo
,Bar
Bar.kt
in moduleBar
Foo
declared inFoo.kt
from moduleFoo
Add dependency on module <module name>
in context action menubuild.gradle.kts
and inspect new entry independencies
blockActual Result
New dependency added as
implementation(project(":foo"))
Expected Result
New dependency added as
implementation(projects.foo)
Screenshots
Add dependency…
actionAdd dependency…
context action producedAdd dependency…
context action should have producedAttachment