blob: 79a1615d0272f3cef58cb9d28b908fea54e237c2 [file] [log] [blame]
buildscript {
val kotlinVersion by extra("1.2.3")
}
plugins {
id("com.android.application") version "7.1.0" apply false
}
val foo by extra(1)