Rescribet
04/26/2022, 10:33 AMio.ktor.util.*, but I'm seeing this mysterious asterisk after the package in the gradle menu.
Adding/removing a dependency (io.ktor:ktor-utils:2.0.0) to commonMain and/or jvmMain doesn't fix the missing package (can't click through to io.ktor.util.Attributes from ApplicationCall)Aleksei Tirman [JB]
04/26/2022, 10:49 AMRescribet
04/26/2022, 11:05 AMRescribet
04/26/2022, 2:15 PMCannot access class 'io.ktor.util.Attributes'. Check your module classpath for missing or conflicting dependenciesRescribet
04/26/2022, 2:22 PM.knm file under External Libraries in the project panel which does include the Attributes interfaceRescribet
04/26/2022, 2:30 PMsourceSetMetadata folder in .gradle/kotlin fixes the issue, but it returns after some time 🤷
Edit: Adding the utils dependency to commonMain seems to keep it working (for now 😅).Rescribet
04/26/2022, 2:47 PMsourceSetMetadata folder. Difference seems to be that CMD+click now opens file in that folder rather than in the External Libraries sectionRescribet
04/26/2022, 3:18 PMRescribet
04/26/2022, 3:41 PM~/.gradle and ~/.m2 does not work either.
Truly the most annoying kind of issue.Aleksei Tirman [JB]
04/26/2022, 4:35 PM