05nelsonm/gradle-kmp-configuration-plugin

When checking `KMP_TARGETS`, a string value of `null` throws exception

05nelsonm opened this issue · 0 comments

Particular to gradle test environments, if you are passing in KMP_TARGETS as an environment variable, will resolve a null value to "null". The check should account for when KMP_TARGETS is set to "null", and return null in that instance.