From bbcd48b2ad1b2a2c95e61a376fe2d76c56c3851f Mon Sep 17 00:00:00 2001 From: Erik Huizinga Date: Mon, 21 Oct 2024 13:08:57 +0200 Subject: [PATCH] Fix reference The value should be the same, but the reference name was incorrect. --- library/external/realmfieldnameshelper/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/external/realmfieldnameshelper/build.gradle b/library/external/realmfieldnameshelper/build.gradle index 79e66702dd..ab828f7d70 100644 --- a/library/external/realmfieldnameshelper/build.gradle +++ b/library/external/realmfieldnameshelper/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'kotlin' apply plugin: 'java' sourceCompatibility = versions.sourceCompat -targetCompatibility = versions.sourceCompat +targetCompatibility = versions.targetCompat dependencies { implementation 'com.squareup:javapoet:1.13.0'