Skip to content

Commit

Permalink
Update android-sdk-detector.settings.gradle.kts
Browse files Browse the repository at this point in the history
fix class java.lang.String cannot be cast to class kotlin.Unit
  • Loading branch information
aSemy committed Aug 23, 2022
1 parent 4139fa2 commit 88ff38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/android-sdk-detector.settings.gradle.kts
Expand Up @@ -33,6 +33,7 @@ if (sdkDirFile != null) {
) {
val path = sdkDirFile.canonicalPath
props.setProperty(sdkDirProperty, path)
logger.info("updated $sdkDirProperty in $path")
}
} else {
androidSdkDetected = false
Expand Down

0 comments on commit 88ff38d

Please sign in to comment.