Skip to content

1.3.2

Latest
Compare
Choose a tag to compare
@985892345 985892345 released this 17 Jan 06:25
· 12 commits to master since this release

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