```// Top-level build file where you can add confi...
# community-support
r
Copy code
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
    alias(libs.plugins.androidApplication) apply false
    alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}
• Unresolved reference: libs
v
Can you share a build
--scan
URL?
d
libs, in this case, looks like it’d be referencing a version catalog that should be defined in your root level settings.gradle(.kts) file. If that’s not there or you do not have a toml file in your gradle directory.