Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d0e390

Browse files
authoredFeb 1, 2021
Merge pull request android#372 from JoseAlcerreca/dev_alpha11_kotlinCompiler
[All] Removes deprecated kotlinCompilerVersion
2 parents 96c9610 + 6fe8c05 commit 0d0e390

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed
 

‎Crane/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ android {
9191
}
9292

9393
composeOptions {
94-
kotlinCompilerVersion Libs.Kotlin.version
9594
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
9695
}
9796

‎JetNews/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ android {
6565
}
6666

6767
composeOptions {
68-
kotlinCompilerVersion kotlin_version
6968
kotlinCompilerExtensionVersion compose_version
7069
}
7170

‎Jetchat/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ android {
7878
}
7979

8080
composeOptions {
81-
kotlinCompilerVersion Libs.Kotlin.version
8281
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
8382
}
8483

‎Jetsnack/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ android {
7171
}
7272

7373
composeOptions {
74-
kotlinCompilerVersion Libs.Kotlin.version
7574
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
7675
}
7776
}

‎Owl/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ android {
7070
}
7171

7272
composeOptions {
73-
kotlinCompilerVersion Libs.Kotlin.version
7473
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
7574
}
7675

‎Rally/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ android {
7777
}
7878

7979
composeOptions {
80-
kotlinCompilerVersion Libs.Kotlin.version
8180
kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
8281
}
8382

0 commit comments

Comments
 (0)
Please sign in to comment.