diff --git a/build.gradle.kts b/build.gradle.kts index c50207c5..d4596682 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "org.kodein.di" - version = "7.3.0" + version = "7.3.1" } kodeinPublications { diff --git a/doc/antora.yml b/doc/antora.yml index 66d95155..e01e2164 100644 --- a/doc/antora.yml +++ b/doc/antora.yml @@ -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 @@ -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' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3f60e7c3..e5871270 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file