SpineEventEngine / logging

Multiplatform fluent logging API for Kotlin projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump Gradle and implement `kmp-module` script plugin

yevhenii-nadtochii opened this issue · comments

The following modules are multiplatform now:

  1. :logging.
  2. tests/:fixtures.
  3. :testutil-logging.

They use similar configuration that should be extracted to kmp-module script plugin.

An attempt to do this with Gradle 7 (and the corresponding kotlin-dsl version) failed. IDEA constantly crashes while analyzing Gradle scripts. Also, kotlin-dsl lacks some multiplatform-specific extensions.

Try to take the latest Gradle and implement kmp-module again.

Resolved by #81.