You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested a new TOML file dependency definition introduced by #14896
Tested on 6.9-20201126230040+0000
There is missing possibility to declare dependency in this way:
val custom by configurations
custom(libs.uiSkeleton) {
because("Some comment why why need this dependency")
}
it ends with e: ...lib_ui_skeleton\build.gradle.kts:34:12: Type mismatch: inferred type is Provider<MinimalExternalModuleDependency!>! but String was expected
The text was updated successfully, but these errors were encountered:
tprochazka
changed the title
Not possible to use libs.xy based on TOML file inside of custom configuration and with closure
Not possible to use libs.xy based on TOML file inside of custom configuration with closure
Nov 27, 2020
I tested a new TOML file dependency definition introduced by #14896
Tested on 6.9-20201126230040+0000
There is missing possibility to declare dependency in this way:
it ends with
e: ...lib_ui_skeleton\build.gradle.kts:34:12: Type mismatch: inferred type is Provider<MinimalExternalModuleDependency!>! but String was expected
The text was updated successfully, but these errors were encountered: