Skip to main content

· 5 min read
Mori Atsushi

In continuous software development, test code plays an important role. Koject v1.3.0 added support for testing. This article introduces the reasons for using a DI container in testing, how to write test code using Koject, and another new feature added in Koject v1.3.0.

· 6 min read
Mori Atsushi

I have recently released a new DI container library "Koject" for Kotlin Multiplatform. In this article, I will introduce the role of a DI container and the features of "Koject".