Hello, is there a way to add a dependency for all ...
# multiplatform
d
Hello, is there a way to add a dependency for all subprojects in gradle in the context of kotlin multiplatform?
d
Regular Gradle solution: For each project in gradle.afterProject block write if kotlin multiplatform plugin is applied then get the plugin extension. In the extension go to the target and source set you need and apply the dependency
d
thanks
t
Why not just use a toml file then import the dependency into each target module