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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
We were using the Kotlin dev version because shapeTyping is dependent on some compiler changes that are not released in the main build yet.
This issue should be addressed when our changes are in the main build for Kotlin. I believe this should be in the 1.7.0 release (currently latest the Kotlin version is 1.6.21)
There are two things to do:
Update the Kotlin version to a non dev version from MavenCentral
Remove dependency to the kotlin bootstrap maven repository
We were using the Kotlin dev version because shapeTyping is dependent on some compiler changes that are not released in the main build yet.
This issue should be addressed when our changes are in the main build for Kotlin. I believe this should be in the 1.7.0 release (currently latest the Kotlin version is 1.6.21)
There are two things to do:
maven repository dependency:
https://github.com/facebookresearch/diffkt/blob/main/kotlin/build.gradle.kts#L41
https://github.com/facebookresearch/diffkt/blob/main/kotlin/settings.gradle.kts#L32
Kotlin version is declared here: https://github.com/facebookresearch/diffkt/blob/main/kotlin/gradle.properties#L9
The text was updated successfully, but these errors were encountered: