Hey Guys , I am trying out this Kotlin/Native sample and I get error `"Skipping stdlib as its a pre ...
a
Hey Guys , I am trying out this Kotlin/Native sample and I get error
"Skipping stdlib as its a pre 1.4 library; Could not find stdlib"
when running assemble : https://github.com/JetBrains/kotlin-native/tree/master/samples/gtk . any idea how can i get version of stdlib that will work
a
๐Ÿ‘ thanks a lot that worked , i was able to run the sample app
๐Ÿ‘ 1
s
FYI: with this patch you donโ€™t need to build anything at the root of the repository.
๐Ÿ‘ 1