Why is this happening? I set up the project using ...
# compose-desktop
y
Why is this happening? I set up the project using intellij and can't even start doing anything 😔
if i set it up using "old version" everything works fine
but from the compose multiplatform tab I havent been able to get it to work
a
Yeah the project template is out of date I think
r
Manually add the repositories to the
build.gradle.kts
of the compose app. Or use the
buildScript {}
block in
settings.gradle.kts
and define your repositories inside it.