9 lines
168 B
Groovy
9 lines
168 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
ext {
|
|
kotlin_version = '2.2.10'
|
|
}
|
|
}
|
|
|