add post preview

This commit is contained in:
2021-12-05 19:00:38 +06:00
parent 61496069b7
commit 571f5781d2
11 changed files with 132 additions and 12 deletions

View File

@@ -4,12 +4,7 @@ project.group = "$group"
apply from: "$publishGradlePath"
kotlin {
jvm().compilations.main {
kotlinOptions {
jvmTarget = "1.8"
targetCompatibility = "1.8"
}
}
jvm()
js (IR) {
browser()
nodejs()