Skip to content

Releases: 985892345/KtProvider

1.3.2

17 Jan 06:25
Compare
Choose a tag to compare

Feature ✨

// build.gradle.kts
ktProvider {
  // You can add additional configurations to the generateXXXKtProviderInitializerImpl task
  configurations += "otherImplementation"
}

Fix 🐛

  • Fixing the issue of not adding the commonMainImplementation configuration 542c2df

1.3.1

09 Jan 06:25
Compare
Choose a tag to compare

Fix 🐛

  • The @KClassProvider annotation is ineffective. b0958a7

Optimize ⚡

  • The annotation has been changed from RUNTIME to SOURCE, the reason can be found at: cf094ea

1.3.0

05 Jan 06:44
Compare
Choose a tag to compare

The first official release is published