FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

Errors in generated kotlin project from fabric website #142

Closed u9g closed 3 months ago

u9g commented 4 months ago

image

These errors show up in my IDE when using the mod generator on the website with mc 1.20.4 and enabling Kotlin support.

jakobkmar commented 4 months ago

You have to update IntelliJ IDEA. The bundled Kotlin plugin version determines which Kotlin versions you can target and reference.

u9g commented 3 months ago

That was the problem, thanks!