I notice both modules have ```defaultConfig { ...
# android
k
I notice both modules have
Copy code
defaultConfig {
        minSdkVersion(24)
        targetSdkVersion(29)
        versionCode = 1
        versionName = "1.0"
    }
in their build.gradle.kts do they both need it?