ForteScarlet / kotlin-suspend-transform-compiler-plugin

A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture 🐱
MIT License
33 stars 3 forks source link

0.7.0 -beta02 以及无法访问了 #48

Closed crowforkotlin closed 7 months ago

crowforkotlin commented 7 months ago
- file:/C:/Users/Administrator/.m2/repository/love/forte/plugin/suspend-transform/suspend-transform-plugin-gradle/0.7.0-beta2/suspend-transform-plugin-gradle-0.7.0-beta2.pom
       - https://repo.maven.apache.org/maven2/love/forte/plugin/suspend-transform/suspend-transform-plugin-gradle/0.7.0-beta2/suspend-transform-plugin-gradle-0.7.0-beta2.pom
       - https://maven.pkg.jetbrains.space/public/p/compose/dev/love/forte/plugin/suspend-transform/suspend-transform-plugin-gradle/0.7.0-beta2/suspend-transform-plugin-gradle-0.7.0-beta2.pom
       - https://dl.google.com/dl/android/maven2/love/forte/plugin/suspend-transform/suspend-transform-plugin-gradle/0.7.0-beta2/suspend-transform-plugin-gradle-0.7.0-beta2.pom
       - https://plugins.gradle.org/m2/love/forte/plugin/suspend-transform/suspend-transform-plugin-gradle/0.7.0-beta2/suspend-transform-plugin-gradle-0.7.0-beta2.pom

我把sample 插件版本替换成了0.6.0后才能访问,代码是dev分支clone下来的0.7.0 - beta02似乎被删除了?

crowforkotlin commented 7 months ago

image

ForteScarlet commented 7 months ago

版本主要参考 https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin/releases ,sample 内的版本有时候可能是本地测试用的,并非一定是发布的,它们可能是使用 gradle publishAllToMavenLocal 后再在 sample 中引入,我可能忘了对sample里用的版本加个说明了😢

crowforkotlin commented 7 months ago

好的⭐