Hi guys, need some help with the build process, sp...
# korge
p
Hi guys, need some help with the build process, specifically I'm trying to move from plain gradle to gradle kts. I'm getting an import error, maybe it's something simple but I cant find the issue.
my gradle.properties is like this:
Copy code
korgePluginVersion=1.14.0.0
korgeVersion=1.15.0

org.gradle.jvmargs=-Xmx2g
org.gradle.parallel=true
org.gradle.parallel.intra=true
org.gradle.configureondemand=true
found the issue, I was using the following buildscript dependency:
Copy code
com.soywiz.korlibs.korge.plugins:korge-gradle-plugin-android:$korgePluginVersion
but should use:
Copy code
com.soywiz.korlibs.korge.plugins:korge-gradle-plugin
d
Ahh I see, though the error was not very descriptive