gradle-version-catalog-converter
Introduction: Convert implementation 'androidx.core:core-ktx:1.7.0' into androidxCoreCoreKtx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
Tags:
Convert implementation 'androidx.core:core-ktx:1.7.0'
into androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
You can try it here.
https://takahirom.github.io/gradle-version-catalog-converter/
Development
The entire source code is here. You can modify it as you like, and I look forward to your PR.
https://github.com/takahirom/gradle-version-catalog-converter/blob/main/src/jsMain/kotlin/Main.kt
Deploy docs(Update /docs/index.html)./gradlew assmeble
Run in browser./gradlew jsBrowserRun