Skip to content

Commit

Permalink
update gradle with compileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Sep 14, 2023
1 parent d288262 commit 4b74a10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions analytics-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ android {
}
}

kotlinOptions {
jvmTarget = '1.8'
}

composeOptions {
kotlinCompilerExtensionVersion '1.4.0'
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}

Expand Down
9 changes: 3 additions & 6 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ android {
}
}

kotlinOptions {
jvmTarget = '1.8'
}

composeOptions {
kotlinCompilerExtensionVersion '1.4.0'
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}

Expand Down

0 comments on commit 4b74a10

Please sign in to comment.