Skip to content

Commit

Permalink
Merge pull request #11 from estivensh4/develop
Browse files Browse the repository at this point in the history
added copyrigth, documentation to missing methods, and added new meth…
  • Loading branch information
estivensh authored Nov 16, 2023
2 parents 6ce5526 + a9e9fe9 commit 4a302eb
Show file tree
Hide file tree
Showing 57 changed files with 969 additions and 109 deletions.
4 changes: 4 additions & 0 deletions .github/images/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions aws-common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.kotlinCocoapods)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

package com.estivensh4.aws_kmp

import org.junit.Assert.assertTrue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

package com.estivensh4.aws_kmp

class AwsException : Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

package com.estivensh4.aws_kmp

import kotlin.test.Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

package com.estivensh4.aws_kmp

import kotlin.test.Test
Expand Down
4 changes: 4 additions & 0 deletions aws-s3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 estiven. Use of this source code is governed by the Apache 2.0 license.
*/

plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.kotlinCocoapods)
Expand Down
Loading

0 comments on commit 4a302eb

Please sign in to comment.