sjohnr / config-props-native-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config-props-native-bug

Steps to reproduce:

  1. sdk env (requires SDKMAN!)
  2. ./gradlew nativeCompile
  3. ./build/native/nativeCompile/config-props-native-bug

Expected output:

myString=string
myFlag=true
anotherString=another-string
anotherFlag=true

Actual output:

myString=string
myFlag=true
anotherString=test
anotherFlag=false

About


Languages

Language:Java 100.0%