This message was deleted.
# community-support
s
This message was deleted.
a
Kotlin 1.3 is quite old, and some of the config in your build.gradle is also old. How did you make this build.gradle? Are you trying to adapt an existing project? It might be a good idea to start afresh. Make sure you have the latest version of Gradle installed (8.1.1) and In a new directory run
gradle init
. It will run through some steps to create a new project.
a
Actually, for Furhat robot (virtual or real), we create skills coded in Kotlin. In virtual environment, I've created a template skill called "OpenAISkill to interact to chatgpt. The build.gradle was automatically generated. So, I think I need to readapt it with recent versions.
Thanks for the reply