if you are using maven/gradle, try to build with o...
# language-proposals
o
if you are using maven/gradle, try to build with only “runtime” dependency
Copy code
<dependency>
            <groupId>org.jetbrains.kotlin</groupId>
            <artifactId>kotlin-runtime</artifactId>
            <version>${kotlin.version}</version>
        </dependency>