Skip to content

Commit 0fa6bbf

Browse files
committed
Unable to load class 'org.jetbrains.kotlin.name.FqName', WHY?
1 parent 56a3a4e commit 0fa6bbf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

buildSrc/settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
rootProject.name = "kotlin-suspend-transform-compiler-plugin"
2-
31
dependencyResolutionManagement {
42
versionCatalogs {
53
create("libs") {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
#distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4-
distributionUrl=https\://mirrors.cloud.tencent.com/gradle//gradle-8.8-bin.zip
4+
distributionUrl=https\://mirrors.cloud.tencent.com/gradle//gradle-8.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ include(":runtime:suspend-transform-runtime")
2828
include(":plugins:suspend-transform-plugin-gradle")
2929

3030
//Samples
31-
include(":tests:test-jvm")
31+
//include(":tests:test-jvm")
3232
//include(":tests:test-js")

0 commit comments

Comments
 (0)