How to setup amper to use Kotlin 1.9.23 and Compos...
# amper
m
How to setup amper to use Kotlin 1.9.23 and Compose latest version?
z
You can change the Compose version by setting the value of
settings.compose.version
. The Kotlin version can't be changed yet, it's hardcoded as documented here: https://github.com/JetBrains/amper/blob/0.2/docs/Documentation.md#using-gradle-plugins
👍 1