mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 02:58:28 +01:00
Update build.gradle
This commit is contained in:
parent
84204b160a
commit
ec6b8098e3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ subprojects {
|
|||
}
|
||||
|
||||
// Check if the project name is 'rn-ldk' before applying the Kotlin compile options
|
||||
if (project.name == 'rn-ldk') {
|
||||
if (project.name == 'rn-ldk' || package.name == '@lodev09/react-native-true-sheet') {
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
|
||||
if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) {
|
||||
kotlinOptions.jvmTarget = android.compileOptions.sourceCompatibility
|
||||
|
|
Loading…
Add table
Reference in a new issue