zayloop

Generates Fibonacci sequences from provided starting numbers; serves as a minimal library template with tests, publishing examples for Maven Central, and basic project structure.

Android JVMJVMKotlin/Native
GitHub stars0
AuthorsSillyCoon
Open issues0
LicenseApache License 2.0
Creation date4 months ago

Last activity4 months ago
Latest release0.2.0 (4 months ago)

official project

Multiplatform library template

What is it?

This repository contains a simple library project, intended to demonstrate a Kotlin Multiplatform library that is deployable to Maven Central.

The library has only one function: generate the Fibonacci sequence starting from platform-provided numbers. Also, it has a test for each platform just to be sure that tests run.

Note that no other actions or tools usually required for the library development are set up, such as tracking of backwards compatibility, explicit API mode, licensing, contribution guideline, code of conduct and others. You can find a guide for best practices for designing Kotlin libraries here.

Guide

Please find the detailed guide here.

Other resources

Android JVMJVMKotlin/Native
GitHub stars0
AuthorsSillyCoon
Open issues0
LicenseApache License 2.0
Creation date4 months ago

Last activity4 months ago
Latest release0.2.0 (4 months ago)

official project

Multiplatform library template

What is it?

This repository contains a simple library project, intended to demonstrate a Kotlin Multiplatform library that is deployable to Maven Central.

The library has only one function: generate the Fibonacci sequence starting from platform-provided numbers. Also, it has a test for each platform just to be sure that tests run.

Note that no other actions or tools usually required for the library development are set up, such as tracking of backwards compatibility, explicit API mode, licensing, contribution guideline, code of conduct and others. You can find a guide for best practices for designing Kotlin libraries here.

Guide

Please find the detailed guide here.

Other resources