Releases: adrielcafe/lyricist
Releases · adrielcafe/lyricist
1.2.2
1.2.1
- Fixed crash when the default language tag is not implemented: now we get the language tag from the
@LyricistStrings
annotation marked as default
1.2.0
- Renamed
@Strings
to@LyricistStrings
to avoid naming clash (and the need to use import alias) - Moved
@LyricistStrings
tolyricist
module, now we don't have to usecompileOnly("cafe.adriel.lyricist:lyricist-processor:$version")
anymore - Downgraded jvmTarget to 1.8 for better compatibility
1.1.0
1.0.1
- Updated Kotlin to 1.5.31
- Updated KSP to 1.5.31-1.0.0
- Updated Compose to 1.1.0-beta01
1.0.0
- Updated Kotlin to 1.5.30
- Updated KSP to 1.5.30-1.0.0
- Updated Compose to 1.1.0-alpha03
1.0.0-beta04
- Updated Kotlin to 1.5.21
- Updated KSP to 1.5.21-1.0.0-beta06
1.0.0-beta03
- Updated Compose to 1.0.0 🎉
1.0.0-beta02
- Updated dependencies
1.0.0-beta01
- Added
lyricist-processor-xml
module to help migrate fromstrings.xml
- Updated dependencies