ribesg
06/04/2024, 10:44 AM*.main.kts
files? It looks like it kinda knows it's Kotlin code without any auto completionStylianos Gakis
06/04/2024, 10:49 AMribesg
06/04/2024, 10:54 AM*.main.kts
file is an entire project by itself. I'll try the build.gradle.kts
workaround, thanksVáclav Benes
06/04/2024, 12:07 PM*main.kts
file without dependencies, but imports don't work.
@file:Repository("<https://repo.maven.apache.org/maven2/>")
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.1.2")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.1.2")
import io.ktor.client.*
import io.ktor.client.engine.*
val client = HttpClient(CIO)
ribesg
06/04/2024, 12:25 PMStylianos Gakis
06/04/2024, 12:58 PMbuild.gradle.kts
file and letting Fleet add the gradle stuff by itself?ribesg
06/04/2024, 1:49 PMStylianos Gakis
06/04/2024, 1:52 PMribesg
06/04/2024, 1:55 PMStylianos Gakis
06/04/2024, 2:00 PM