1.4.31 is not compatible.
# compose
s
1.4.31 is not compatible.
d
ah ok, I didn’t know 1.4.31 is not yet compatible with beta01
j
not sure if it's exactly recommended but you can use 1.4.31 along with Compose beta by adding following to your
kotlinOptions
(hopefully a temporary addition but seems to work fine with it so far)
Copy code
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
s
yeah, but I haven’t tried that because warning message was too repulsive 🙂
d
@John O'Reilly interesting, thanks is there a place with the full list of
freeCompilerArgs
, with an explanation of what each means?
for example, at the moment I am using these 2: -Xskip-prerelease-check -Xskip-metadata-version-check and I don’t even know what they mean
z
I think if you run kotlinc with the -h argument it tells you all the supported options
today i learned 2
d
hi @Zach Klippenstein (he/him) [MOD] thanks but I can’t see the options above: