diff --git a/gradle.properties b/gradle.properties index ef882e26..de824912 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,7 @@ android.useAndroidX=true kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=false kotlin.mpp.stability.nowarn=true +kotlin.mpp.hierarchicalStructureSupport=true org.gradle.jvmargs=-Dfile.encoding=UTF-8 \ --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \