René Kilczan
René Kilczan
With mixed mode I mean that I can edit in the same AS window dart and the Kotlin code with full auto completion and open class defintion, since the IDE...
> > why not adding code to detect this senario > > I'm not sure what you are proposing adding code to. If I remember correctly then the flutter dependencies...
I updated my IDE now to: > Android Studio Jellyfish | 2023.3.1 Patch 1 > Build #AI-233.14808.21.2331.11842104, built on May 15, 2024 > Runtime version: 17.0.10+0-17.0.10b1087.21-11572160 aarch64 > VM: OpenJDK...
This is one aspect of the problem. For my workflows it is important that I can edit my dart and flutter code in a single IDE instance. In Android Studio...
This seems to be a unfunny connection of multiple issues. So the open in Android Studio feature was dropped from Android Studio right? Strange that it still works sometimes but...
Might be I found my personal Holy Grail for mixed mode development with Dart and Android code in a single Android Studio instance. I just need to create in the...
IMHO this is a wrong decision. When you open the same Kotlin files in two Android Studio instances the Kotlin cache become corrupted and you need to "repair" the IDE....
I just want to mention that this will be fixed by me via https://github.com/flutter/flutter/pull/167332
Let me quote myself from the pull request with the fix. > For others who might want to test it: > > ```yaml > dependencies: > // other dependencies >...
Here are my steps for macOS those might help for iOS too: ```bash git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp mkdir build cd build git checkout b4138 cmake .. \ -DLLAMA_FATAL_WARNINGS=ON \...