Skip to content

Commit 0dfc932

Browse files
committed
*Updating ktx version
1 parent b931041 commit 0dfc932

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.idea/artifacts/VidSnapKit_jvm_2_0_3.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535
kotlin {
3636
jvm {
3737
compilations.all {
38-
kotlinOptions.jvmTarget = "1.8"
38+
kotlinOptions.jvmTarget = "11"
3939
}
4040
testRuns["test"].executionTask.configure {
4141
useJUnitPlatform()
@@ -87,13 +87,13 @@ android {
8787
targetSdk = 33
8888
}
8989
compileOptions {
90-
sourceCompatibility = JavaVersion.VERSION_1_8
91-
targetCompatibility = JavaVersion.VERSION_1_8
90+
sourceCompatibility = JavaVersion.VERSION_11
91+
targetCompatibility = JavaVersion.VERSION_11
9292
}
9393
lint {
9494
isAbortOnError = false
9595
}
9696
}
9797
dependencies {
98-
implementation("androidx.core:core-ktx:+")
98+
implementation("androidx.core:core-ktx:1.9.0")
9999
}

0 commit comments

Comments
 (0)