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 bf4917c commit 751fb93Copy full SHA for 751fb93
samples/jetcompose/app/build.gradle
@@ -39,7 +39,7 @@ android {
39
compose true
40
}
41
composeOptions {
42
- kotlinCompilerExtensionVersion '1.3.1'
+ kotlinCompilerExtensionVersion '1.5.12'
43
44
packagingOptions {
45
resources {
samples/jetcompose/build.gradle
@@ -38,9 +38,6 @@ allprojects {
38
maven {
url "https://plugins.gradle.org/m2/"
- maven {
- url 'https://artifacts.bitmovin.com/artifactory/public-releases'
- }
google()
mavenCentral()
46
0 commit comments