You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the success from setup-kotlin action when i run ./gradlew build or assemble for KMP project its fails to find kotlin-native.
And then gradle start downloading it again which also fails.
I don't think your issue is related to this action. I don't know how your gradle project is set up, but if you are using gradle you probably don't need this action, see this issue for more info #174
I'm not that familiar with gradle and kotlin native, but I assume your gradle build should set it up and fails to properly build the url or download the file.
@fwilhe2 - I think you are correct it is downloading but not saving in the right directory like for gradle will save the kotlin-native in users/runner/.konan/ path which is not happening with this setup-kotlin.
After the success from setup-kotlin action when i run ./gradlew build or assemble for KMP project its fails to find kotlin-native.
And then gradle start downloading it again which also fails.
Could not resolve :kotlin-native-prebuilt-linux-x86_64:1.8.10.
Required by:
project :kmp
> Could not resolve :kotlin-native-prebuilt-linux-x86_64:1.8.10.
> Could not get resource 'https://download.jetbrains.com/kotlin/native/builds/releases/1.8.10/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.8.10.tar.gz'.
> Could not HEAD 'https://download.jetbrains.com/kotlin/native/builds/releases/1.8.10/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.8.10.tar.gz'.
> download.jetbrains.com
The text was updated successfully, but these errors were encountered: