Browse Source

Update README.md

pull/1420/head
Igor Demin 3 years ago committed by GitHub
parent
commit
22af79df63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      compose/README.md

2
compose/README.md

@ -32,7 +32,7 @@ export JAVA_HOME=<JDK_home> // it should point to Java 11 and contain /include/j
3. Set gradle properties in ~/.gradle/gradle.properties:
```
androidx.compose.multiplatformEnabled=true
# note that https://android.googlesource.com/platform/frameworks/support build doesn't work with androidx.compose.jsCompilerTestsEnabled)
# note that https://android.googlesource.com/platform/frameworks/support build doesn't work with jetbrains.compose.jsCompilerTestsEnabled)
jetbrains.compose.jsCompilerTestsEnabled=true
androidx.validateProjectStructure=false
```

Loading…
Cancel
Save