You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's related to a new korge version you have in your own project. I'm unfamiliar with the latest versions of korge, this project uses korge-gradle-plugin v2.4.1 (here).
Regretfully, I can't help you with this problem since I haven't worked with korge since Sep 2021.
i try to follow tutorial for building this game but when i get to using
position
function insidegraphics
block i getfun <T : View> Stage.position(x: Double, y: Double): Stage' can't be called in this context by implicit receiver. Use the explicit one if necessary
i tried doing it with couple of different templates but still doesnt work
point of reference:
https://github.com/RezMike/2048/blob/master/src/commonMain/kotlin/main.kt#L72
The text was updated successfully, but these errors were encountered: