Skip to content

Commit

Permalink
re-enable JS IR
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Feb 8, 2021
1 parent d0fee79 commit 68c20ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "org.kodein.di"
version = "7.3.0"
version = "7.3.1"
}

kodeinPublications {
Expand Down
6 changes: 3 additions & 3 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kodein-di
title: Kodein-DI
version: '7.3'
display_version: '7.3.0'
display_version: '7.3.1'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
Expand All @@ -10,6 +10,6 @@ nav:
- modules/migration/nav.adoc
asciidoc:
attributes:
version: '7.3.0'
kotlin: '1.4.0'
version: '7.3.1'
kotlin: '1.4.30'
jdk: '1.8'
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ kotlin.native.enableDependencyPropagation = false
kotlin.mpp.stability.nowarn=true

# Android
android.useAndroidX = true

# Kodein Plugin
org.kodein.js.useOnlyLegacyCompiler = true
android.useAndroidX = true

0 comments on commit 68c20ae

Please sign in to comment.