Fix reference

The value should be the same, but the reference name was incorrect.
This commit is contained in:
Erik Huizinga 2024-10-21 13:08:57 +02:00 committed by GitHub
parent 21e751e50f
commit bbcd48b2ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'