@@ -1,3 +1,7 @@
+buildscript {
+ ext.kotlin_version = '1.7.0'
+}
+
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'