bernaferrari / GradleKotlinConverter

Convert from Groovy to Kotlin DSL for Gradle, focused on Android.
https://gradle-kotlin-converter.vercel.app
Apache License 2.0
921 stars 61 forks source link

project with api suffix #16

Closed jsauvain closed 4 years ago

jsauvain commented 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-")

btw. thanks for that tool, it's great