karakum 1.0.0-alpha.92 → 1.0.0-alpha.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ Gradle plugin for Kotlin Gradle projects:
21
21
 
22
22
  ```kotlin
23
23
  plugins {
24
- id("io.github.sgrishchenko.karakum") version "1.0.0-alpha.92"
24
+ id("io.github.sgrishchenko.karakum") version "1.0.0-alpha.93"
25
25
  }
26
26
  ```
27
27
 
@@ -2865,7 +2865,7 @@ function *_generator_defaultizeConfiguration__q11igf(configuration, $completion)
2865
2865
  }
2866
2866
  var tmp20_granularity = tmp_6;
2867
2867
  var tmp8_elvis_lhs = configuration.moduleNameMapper;
2868
- var tmp21_moduleNameMapper = tmp8_elvis_lhs == null ? recordOf([to('^.*$', libraryName)]) : tmp8_elvis_lhs;
2868
+ var tmp21_moduleNameMapper = tmp8_elvis_lhs == null ? recordOf([to('^.*$', prepareLibraryName(libraryName))]) : tmp8_elvis_lhs;
2869
2869
  var tmp9_elvis_lhs = configuration.packageNameMapper;
2870
2870
  var tmp22_packageNameMapper = tmp9_elvis_lhs == null ? recordOf([]) : tmp9_elvis_lhs;
2871
2871
  var tmp10_elvis_lhs = configuration.importInjector;