Skaldebane
02/13/2025, 8:49 PMSkaldebane
02/13/2025, 8:51 PMbod
02/14/2025, 8:02 AMAnna Kozlova
02/14/2025, 8:05 AMHelp | Show log
). ThanksSkaldebane
02/14/2025, 3:42 PMbod
02/14/2025, 3:43 PMSkaldebane
02/14/2025, 3:46 PMAnna Kozlova
02/14/2025, 3:47 PMSkaldebane
02/14/2025, 3:55 PMSkaldebane
02/14/2025, 3:56 PMAnna Kozlova
02/14/2025, 4:08 PMCaused by: org.gradle.api.InvalidUserDataException: Invalid catalog definition:
- Problem: In version catalog libs, version reference 'vite.kotlin' doesn't exist.
Reason: Plugin 'dev.opensavvy.vite.kotlin' references version 'vite.kotlin' which doesn't exist.
Possible solutions:
1. Declare 'vite.kotlin' in the catalog.
2. Use one of the following existing versions: 'admob', 'agp', 'android.compileSdk', 'android.desugaring', 'android.minSdk', 'android.targetSdk', 'androidx.activityCompose', 'androidx.appcompat', 'androidx.lifecycle', 'androidx.material', 'billing.play', 'circuit', 'compose.hot.reload', 'compose.plugin', 'haze', 'kotlin', 'kotlinx.coroutines', 'kotlinx.datetime', 'ktor', 'logback', 'sqldelight', or 'vite'.
and then
2025-02-12 20:55:13,238 [86456280] SEVERE - #o.j.k.i.g.configuration - [Kotlin Facet]: cannot create facet for module 'XXX.main' due to unknown compiler version. Some functionality might become unavailable!
java.lang.Throwable: [Kotlin Facet]: cannot create facet for module 'XXX.main' due to unknown compiler version. Some functionality might become unavailable!
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
Can be the cause of a problem?Skaldebane
02/14/2025, 4:09 PMSkaldebane
02/14/2025, 4:10 PMSkaldebane
02/14/2025, 4:11 PMAnna Kozlova
02/14/2025, 4:20 PMSkaldebane
02/14/2025, 5:56 PMSkaldebane
02/14/2025, 5:59 PMSkaldebane
02/14/2025, 6:06 PMSkaldebane
02/14/2025, 6:10 PMSkaldebane
02/14/2025, 6:10 PMSkaldebane
02/14/2025, 6:23 PMEdoardo Luppi
02/17/2025, 5:50 PMprintln
if you type it yourself?
And does it have navigation to target?Edoardo Luppi
02/17/2025, 5:54 PMKotlinFirCompletionContributor
for K2 I believe)Skaldebane
02/17/2025, 5:56 PMSkaldebane
02/17/2025, 5:57 PMEdoardo Luppi
02/17/2025, 6:03 PMCompletionResultSet.stopHere
because it's looking at a PSI structure that's been changed in newer versions of IDEA, or because it has more priority compared to other contributorsEdoardo Luppi
02/17/2025, 6:06 PMSeems like an issue with indexingWithout indexing working you would have no navigation to target btw
Skaldebane
02/17/2025, 6:39 PM