Slackbot
11/22/2023, 11:13 PMephemient
11/22/2023, 11:15 PMephemient
11/22/2023, 11:15 PMJvmTarget.Companion.fromTarget("11")
Abe
11/22/2023, 11:28 PMNo signature of method: static org.jetbrains.kotlin.gradle.dsl.JvmTarget$Companion.fromTarget() is applicable for argument types: (String) values: [11]
Possible solutions: fromTarget(java.lang.String)
ephemient
11/23/2023, 12:33 AMJvmTarget.Companion
as JvmTarget$Companion.class
, but you need to access the static field of JvmTarget
named Companion
ephemient
11/23/2023, 12:33 AMJvmTarget.@Companion.fromTarget("11")
ephemient
11/23/2023, 12:33 AMVampire
11/23/2023, 7:50 AMAbe
11/23/2023, 9:51 AM@
it works. Sorry for picking the wrong channel.Tapchicoma
11/24/2023, 10:42 AM