Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 932 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 932 Bytes

CHANGELOG

https://keepachangelog.com

All notable changes to this project will be documented in this file.

Version 0.0.3

2020-08-30

Changed

  • Non-application modules will now be mapped to JavaModules.kt and AndroidModules.kt instead of an unique Libraries.kt (#02)
  • Project parsing is now faster (#02)

Fixed

  • Extract Maven coordinates taking in consideration OS style for file paths (#03)

Version 0.0.2

2020-05-25

Added

  • Grab more possible plugin declarations when matching modules (#01)

Version 0.0.1

2020-04-22

Initial release

  • Modules.kt generated at buildSrc
  • Separation between application modules and library modules, both Android and JVM