Rosemoe / sora-editor

A multifunctional Android code editor library. (aka CodeEditor)
GNU Lesser General Public License v2.1
967 stars 148 forks source link

Application Crashed #576

Open mohammad-ayan-008 opened 6 months ago

mohammad-ayan-008 commented 6 months ago

java.lang.NoSuchMethodError: No static method obtain(IJ)Lio/github/rosemoe/sora/lang/styling/Span;

Only when I use editor.setLanguage(new JavaLanguage())

Dependencies I used implementation(platform("io.github.Rosemoe.sora-editor:bom:0.23.2")) implementation("io.github.Rosemoe.sora-editor:language-java") implementation("io.github.Rosemoe.sora-editor:editor")

Rosemoe commented 6 months ago

Updating to 0.23.3 or later should fix this.