We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9788c1f + b981fc7 commit 1c6221aCopy full SHA for 1c6221a
lib/src/common/config.dart
@@ -7,6 +7,9 @@ const klutterGradleVersion = "2023.2.1.beta";
7
/// The version of Kotlin to be used.
8
const kotlinVersion = "1.8.20";
9
10
+/// The version of Kotlin to be used.
11
+const kotlinVersion = "1.8.20";
12
+
13
/// The minimum SDK version for Android.
14
const androidMinSdk = 21;
15
0 commit comments