Drop deprecated KotlinPaths.getRuntimePath, use getStdlibPath instead
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
@file:DependsOn("@{runtime}")
|
||||
@file:DependsOn("@{kotlin-stdlib}")
|
||||
|
||||
fun main() {
|
||||
error("my error")
|
||||
@@ -8,4 +8,4 @@ fun a() {
|
||||
main()
|
||||
}
|
||||
|
||||
a()
|
||||
a()
|
||||
|
||||
Reference in New Issue
Block a user