Closed jsauvain closed 4 years ago
Hi there.. If I'm migrating a project with 'api' suffix it removes it.
Eg. implementation project(':customer-api') becomes implementation(project(":customer-")
implementation project(':customer-api')
implementation(project(":customer-")
btw. thanks for that tool, it's great
Hi there.. If I'm migrating a project with 'api' suffix it removes it.
Eg.
implementation project(':customer-api')
becomesimplementation(project(":customer-")
btw. thanks for that tool, it's great