terrakok / kmp-web-wizard

Wizard for Kotlin Multiplatform

Home Page:https://terrakok.github.io/kmp-web-wizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use gradle version catalog for libraries

e13mort opened this issue · comments

It would be great to have version catalog feature with all dependencies listed in a single .toml file as an generator's option.

https://docs.gradle.org/current/userguide/platforms.html

I could contribute if the idea is approved

The idea is good but I prefer to use the settings.gradle.kts for version catalog :)
As you can see in https://github.com/Kotlin/kmm-production-sample/blob/compose-app/settings.gradle.kts

Done