Skip to content

Commit

Permalink
Work around InsertKoinIO/koin#1099 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jun 3, 2021
1 parent 8ed8154 commit 56f4625
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import mu.KotlinLogging
import org.koin.core.context.startKoin
import org.koin.core.logger.Level
import org.koin.dsl.bind
import org.koin.environmentProperties
import org.koin.fileProperties
import org.koin.logger.slf4jLogger
import java.io.File
Expand Down Expand Up @@ -174,7 +173,7 @@ public open class ExtensibleBotBuilder {
public open fun setupKoin() {
startKoin {
slf4jLogger(koinLogLevel)
environmentProperties()
// environmentProperties() // https://github.com/InsertKoinIO/koin/issues/1099

if (File("koin.properties").exists()) {
fileProperties("koin.properties")
Expand Down

0 comments on commit 56f4625

Please sign in to comment.