https://kotlinlang.org logo
#compose
Title
# compose
s

Sinan Gunes

03/08/2021, 2:14 PM
1.4.31 is not compatible.
d

Daniele B

03/08/2021, 2:14 PM
ah ok, I didn’t know 1.4.31 is not yet compatible with beta01
j

John O'Reilly

03/08/2021, 2:16 PM
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

Sinan Gunes

03/08/2021, 2:19 PM
yeah, but I haven’t tried that because warning message was too repulsive 🙂
d

Daniele B

03/08/2021, 2:22 PM
@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

Zach Klippenstein (he/him) [MOD]

03/08/2021, 4:48 PM
I think if you run kotlinc with the -h argument it tells you all the supported options
today i learned 2
d

Daniele B

03/09/2021, 3:19 PM
hi @Zach Klippenstein (he/him) [MOD] thanks but I can’t see the options above: