We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe2fff commit b3a0641Copy full SHA for b3a0641
android/build.gradle
@@ -3,19 +3,19 @@ buildscript {
3
repositories {
4
google()
5
mavenCentral()
6
+ gradlePluginPortal()
7
}
8
9
dependencies {
10
classpath "com.android.tools.build:gradle:7.2.2"
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
+ classpath "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
13
14
15
-plugins {
- id "com.android.library"
16
- id "kotlin-android"
17
- id "org.jlleitschuh.gradle.ktlint" version "11.0.0"
18
-}
+apply plugin: "com.android.library"
+apply plugin: "kotlin-android"
+apply plugin: "org.jlleitschuh.gradle.ktlint"
19
20
group "vn.hunghd.flutterdownloader"
21
version "1.0-SNAPSHOT"
0 commit comments