https://kotlinlang.org logo
Title
p

Pablo Caviglia

09/22/2020, 3:16 PM
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:
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:
com.soywiz.korlibs.korge.plugins:korge-gradle-plugin-android:$korgePluginVersion
but should use:
com.soywiz.korlibs.korge.plugins:korge-gradle-plugin
d

Deactivated User

09/23/2020, 5:57 AM
Ahh I see, though the error was not very descriptive