zt
01/04/2024, 6:05 AM#!/usr/bin/env -S kotlinc -Xplugin=./compiler-hosted-1.5.7.1.jar -language-version=2.0 -jvm-target=17 -script --
@file:Repository("<https://maven.pkg.jetbrains.space/public/p/compose/dev>")
@file:DependsOn("org.jetbrains.compose.runtime:runtime-desktop:1.5.11")
And all I get is this meaningless error, adding -verbose gives me information but none of it is of use
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
error: java.lang.StackOverflowError (test.main.kts): java.lang.StackOverflowError
Adding the dependency on runtime-desktop causes that error, compose compiler requires that dependency however.
Also this is kotlin 1.9.22SrSouza
02/27/2024, 6:13 PMzt
02/29/2024, 4:23 PM