buildscript {
dependencies {
def nav_version = "2.7.7"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
}
}
plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
}
这是上层建筑的法典。 梯度。
If you move the buildscript block down in the code above, the error below occurs and the build does not work. Why do I need to put the buildscript block at the top and what exactly causes the error?
我解决这一问题,把建筑群作为顶点。