Renaud
01/27/2023, 12:42 PMThe processor is written in pure Kotlin (with a little flex) so it can be compiled to both JS and Java bytecode and thus can be used everywhere.Does it mean I could be able to use it by adding the dependencies within:
val jsMain by getting {
dependencies {
implementation(compose.web.core)
implementation(compose.runtime)
implementation("org.jetbrains:markdown:0.2.0.pre-55") // Like this but it does not work ATM
}
}
jw
01/27/2023, 1:49 PMRenaud
01/27/2023, 1:51 PM