mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update build.gradle
This commit is contained in:
parent
84204b160a
commit
ec6b8098e3
@ -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…
Reference in New Issue
Block a user