Skip to content

Commit

Permalink
[Oztechan/CCC#2125] Remove unused targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Feb 25, 2023
1 parent 8cbcda3 commit dee4c4a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
4 changes: 0 additions & 4 deletions logmob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ kotlin {
iosArm64()
iosSimulatorArm64()

js(IR)

@Suppress("UNUSED_VARIABLE")
sourceSets {

Expand Down Expand Up @@ -70,8 +68,6 @@ kotlin {

val jvmMain by getting
val jvmTest by getting
val jsMain by getting
val jsTest by getting
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import co.touchlab.kermit.platformLogWriter

actual class LogMobWriter : LogWriter() {

private var logger = platformLogWriter()
private val logger = platformLogWriter()

override fun log(severity: Severity, message: String, tag: String, throwable: Throwable?) {
logger.log(
Expand Down
22 changes: 0 additions & 22 deletions logmob/src/jsMain/kotlin/com/github/submob/logmob/LogMobWriter.kt

This file was deleted.

0 comments on commit dee4c4a

Please sign in to comment.