colintheshots
04/16/2024, 3:54 PMjava.lang.NoSuchMethodError: No static method MarkdownEditor$default(...
relevant build.gradle lines in both library and example app modules:
android {
// ...
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions.jvmTarget = "1.8"
buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}
colintheshots
04/16/2024, 4:19 PMcolintheshots
04/16/2024, 4:32 PMAnkit Kumar
04/16/2024, 8:51 PMcolintheshots
04/16/2024, 9:06 PMPablichjenkov
04/16/2024, 9:21 PMcolintheshots
04/16/2024, 9:40 PMcolintheshots
04/17/2024, 3:14 PMcolintheshots
04/17/2024, 3:44 PMcolintheshots
04/22/2024, 2:05 PM